fix missing label in fremantle drnoksnes_1_2_0
authorJavier S. Pedro <maemo@javispedro.com>
Mon, 28 Sep 2009 22:12:28 +0000 (00:12 +0200)
committerJavier S. Pedro <maemo@javispedro.com>
Mon, 28 Sep 2009 22:12:28 +0000 (00:12 +0200)
gui/controls.c

index 2e6bb5c..c597949 100644 (file)
@@ -345,6 +345,7 @@ void controls_dialog(GtkWindow* parent)
        ts_show_check = 
         HILDON_CHECK_BUTTON(hildon_check_button_new(
                HILDON_SIZE_FULLSCREEN_WIDTH | HILDON_SIZE_FINGER_HEIGHT));
+       gtk_button_set_label(GTK_BUTTON(ts_show_check), "Show onscreen buttons");
 #else
        ts_show_check =
         GTK_CHECK_BUTTON(gtk_check_button_new_with_label("Show onscreen buttons"));