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:
Kjartan Maraas 2002-03-17 22:15:14 +00:00 committed by Kjartan Maraas
parent 7a64b591a7
commit e9b57b010f
2 changed files with 9 additions and 1 deletions

View file

@ -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>
reviewed by: <delete if not using a buddy>

View file

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <libbonobo.h>
#include <gtk/gtk.h>
@ -11,7 +15,7 @@ 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"
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"
"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.");