Fix a typo. Adapted version of a patch from <mitr@volny.cz>. Fixes bug
2003-04-29 Kjartan Maraas <kmaraas@gnome.org> * gnome-theme-manager.c: (main): Fix a typo. Adapted version of a patch from <mitr@volny.cz>. Fixes bug #111849.
This commit is contained in:
parent
3fb5f240ae
commit
b86989525e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-04-29 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gnome-theme-manager.c: (main): Fix a typo. Adapted version
|
||||
of a patch from <mitr@volny.cz>. Fixes bug #111849.
|
||||
|
||||
2003-04-29 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* theme-thumbnail.c: (message_from_capplet), (message_from_child),
|
||||
|
|
|
@ -1432,7 +1432,7 @@ main (int argc, char *argv[])
|
|||
GTK_DIALOG_MODAL,
|
||||
GTK_MESSAGE_ERROR,
|
||||
GTK_BUTTONS_OK,
|
||||
_("The default theme schemas could not be found on. This means that you probably don't have metacity installed, or that your gconf is configured incorrectly."));
|
||||
_("The default theme schemas could not be found on your system. This means that you probably don't have metacity installed, or that your gconf is configured incorrectly."));
|
||||
gtk_dialog_run (GTK_DIALOG (dialog));
|
||||
gtk_widget_destroy (dialog);
|
||||
exit (0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue