Mark a string. #include <config.h>
2002-03-17 Kjartan Maraas <kmaraas@gnome.org> * activate-settings-daemon.c: Mark a string. #include <config.h>
This commit is contained in:
parent
7a64b591a7
commit
e9b57b010f
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-03-17 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
|
* activate-settings-daemon.c: Mark a string. #include <config.h>
|
||||||
|
|
||||||
2002-03-17 Jonathan Blandford <set EMAIL_ADDRESS environment variable>
|
2002-03-17 Jonathan Blandford <set EMAIL_ADDRESS environment variable>
|
||||||
|
|
||||||
reviewed by: <delete if not using a buddy>
|
reviewed by: <delete if not using a buddy>
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <libbonobo.h>
|
#include <libbonobo.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
|
@ -11,7 +15,7 @@ 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_NO_SEPARATOR, 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 'gnome2-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