X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=tweakr.c;h=e6a91ff392853bc16de581d9cb94a4a3301b467a;hb=6367adffbb01fe6d26e52cd09037830e6b1881a7;hp=9ddd1ccf20bde7733f892f83874352bc6a26ad9d;hpb=2b50771094f820a12b7f4e55e464e55a3ca255e5;p=tweakr diff --git a/tweakr.c b/tweakr.c index 9ddd1cc..e6a91ff 100644 --- a/tweakr.c +++ b/tweakr.c @@ -2,6 +2,9 @@ * vim:ts=4:sw=4:et:cindent:cino=(0 */ +#include +#include + #include #include #include @@ -87,7 +90,7 @@ osso_return_t execute (osso_context_t *osso, gpointer data, } gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), panarea, - FALSE, FALSE, 0); + TRUE, TRUE, 0); gtk_widget_show_all (GTK_DIALOG (dialog)->vbox); for (;;) @@ -116,8 +119,9 @@ osso_return_t execute (osso_context_t *osso, gpointer data, GtkWidget *note; note = hildon_note_new_information - (GTK_WINDOW (data), "Some of the settings you have changed" - " will take effect only after you restart your device."); + (GTK_WINDOW (data), + _("Some of the settings you have changed " + "will take effect only after you restart your device.")); gtk_dialog_run (GTK_DIALOG (note)); gtk_widget_destroy (note); }