diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2012-03-19 10:03:32 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2012-03-19 10:03:32 +0000 |
commit | 27e685787417bd9eda16ef6bfb4b2ddd759d6ed8 (patch) | |
tree | a7f48e8002f010177e858795625c989b2779ba5a | |
parent | 9414041cdcd5a90eada1194e5bdea48f19dc7cac (diff) | |
download | gnunet-gtk-27e685787417bd9eda16ef6bfb4b2ddd759d6ed8.tar.gz gnunet-gtk-27e685787417bd9eda16ef6bfb4b2ddd759d6ed8.zip |
- just the windows title
-rw-r--r-- | contrib/gnunet_gns_gtk_main_window.glade | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gnunet_gns_gtk_main_window.glade b/contrib/gnunet_gns_gtk_main_window.glade index 9699deb3..81cebafa 100644 --- a/contrib/gnunet_gns_gtk_main_window.glade +++ b/contrib/gnunet_gns_gtk_main_window.glade | |||
@@ -17,6 +17,7 @@ | |||
17 | </object> | 17 | </object> |
18 | <object class="GtkWindow" id="GNUNET_GNS_GTK_main_window"> | 18 | <object class="GtkWindow" id="GNUNET_GNS_GTK_main_window"> |
19 | <property name="can_focus">False</property> | 19 | <property name="can_focus">False</property> |
20 | <property name="title" translatable="yes">gnunet-gns-gtk</property> | ||
20 | <property name="default_height">500</property> | 21 | <property name="default_height">500</property> |
21 | <signal name="delete-event" handler="GNUNET_GNS_GTK_main_window_delete_event_cb" swapped="no"/> | 22 | <signal name="delete-event" handler="GNUNET_GNS_GTK_main_window_delete_event_cb" swapped="no"/> |
22 | <child> | 23 | <child> |