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
|
@ -14,8 +14,8 @@ static void popup_error_message ()
|
|||
{
|
||||
GtkWidget *dialog;
|
||||
|
||||
dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_NO_SEPARATOR, GTK_MESSAGE_WARNING,
|
||||
GTK_BUTTONS_OK, _("Unable to start the settings manager 'gnome2-settings-daemon'.\n"
|
||||
dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING,
|
||||
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 "
|
||||
"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."));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue