gui/window: Rename widget to "window"

Drop the "o_" prefix since it doesn't really add anything.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
This commit is contained in:
Anna Schumaker 2016-08-19 09:37:44 -04:00
parent 133efc0515
commit 90b80fc8a7
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ void gui_window_deinit();
/* Called to get a pointer to the main window. */
static inline GtkWindow *gui_window()
{
return GTK_WINDOW(gui_builder_widget("o_window"));
return GTK_WINDOW(gui_builder_widget("window"));
}
#endif /* OCARINA_GUI_WINDOW_H */

View File

@ -96,7 +96,7 @@
<property name="step_increment">1000000000</property>
<property name="page_increment">10000000000</property>
</object>
<object class="GtkWindow" id="o_window">
<object class="GtkWindow" id="window">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="title" translatable="yes">Ocarina 6.1.3</property>