message dialogs must have separators.
2002-04-18 Jody Goldberg <jody@gnome.org> * activate-settings-daemon.c (static) : message dialogs must have separators.
This commit is contained in:
parent
7da9bb59ca
commit
d9f1844c30
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2002-04-18 Jody Goldberg <jody@gnome.org>
|
||||||
|
|
||||||
|
* activate-settings-daemon.c (static) : message dialogs must have
|
||||||
|
separators.
|
||||||
|
|
||||||
2002-04-10 Rachel Hestilow <hestilow@ximian.com>
|
2002-04-10 Rachel Hestilow <hestilow@ximian.com>
|
||||||
|
|
||||||
* gconf-proprerty-editor.h: Add FontType enum, and a font_type
|
* gconf-proprerty-editor.h: Add FontType enum, and a font_type
|
||||||
|
|
|
@ -14,8 +14,8 @@ static void popup_error_message ()
|
||||||
{
|
{
|
||||||
GtkWidget *dialog;
|
GtkWidget *dialog;
|
||||||
|
|
||||||
dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_NO_SEPARATOR, GTK_MESSAGE_WARNING,
|
dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING,
|
||||||
GTK_BUTTONS_OK, _("Unable to start the settings manager 'gnome2-settings-daemon'.\n"
|
GTK_BUTTONS_OK, _("Unable to start the settings manager 'gnome-settings-daemon'.\n"
|
||||||
"Without the GNOME settings manager running, some preferences may not take effect. This could "
|
"Without the GNOME settings manager running, some preferences may not take effect. This could "
|
||||||
"indicate a problem with Bonobo, or a non-GNOME (e.g. KDE) settings manager may already "
|
"indicate a problem with Bonobo, or a non-GNOME (e.g. KDE) settings manager may already "
|
||||||
"be active and conflicting with the GNOME settings manager."));
|
"be active and conflicting with the GNOME settings manager."));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue