settings button text
authorThomas Thurman <tthurman@gnome.org>
Mon, 31 Aug 2009 23:56:17 +0000 (19:56 -0400)
committerThomas Thurman <tthurman@gnome.org>
Mon, 31 Aug 2009 23:56:17 +0000 (19:56 -0400)
belltower.c

index dd1bcb0..0f0e0a1 100644 (file)
@@ -1535,7 +1535,11 @@ main(int argc, char **argv)
   add_button ("Bookmarks", show_bookmarks);
   add_button ("By area", towers_by_area);
   add_button ("Search", tower_search);
-  add_button ("(temp) settings", settings_dialogue);
+  /* This won't be a button on the main screen
+   * for always, but we'll put it there for now
+   * to work around a hildon bug.
+   */
+  add_button ("Settings", settings_dialogue);
 
   /* extra buttons for the app menu */
   button = gtk_button_new_with_label ("Credits");