From 51fa1f5a997e78fed395dd4890f58a8e7463e253 Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Mon, 10 May 2004 19:10:16 +0000 Subject: [PATCH] C comments instead of C++ ones --- gnome-settings-daemon/gnome-settings-keyboard-xkb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-settings-daemon/gnome-settings-keyboard-xkb.c b/gnome-settings-daemon/gnome-settings-keyboard-xkb.c index ba79c59e5..4ff15b738 100644 --- a/gnome-settings-daemon/gnome-settings-keyboard-xkb.c +++ b/gnome-settings-daemon/gnome-settings-keyboard-xkb.c @@ -126,14 +126,14 @@ gnome_settings_keyboard_xkb_analyze_sysconfig (void) GSwitchItXkbConfigLoadSysBackup (&gswicWas); GSwitchItXkbConfigLoadInitial (&gswicNow); - // config was changed!!! + /* config was changed!!! */ if (g_slist_length (gswicWas.layouts) && !GSwitchItXkbConfigEquals (&gswicNow, &gswicWas)) { GtkWidget *msg = gtk_message_dialog_new_with_markup (NULL, 0, GTK_MESSAGE_INFO, GTK_BUTTONS_CLOSE, -//!! temporary one +/* !! temporary one */ _ ("System-wide XKB configuration has changed. " "You may want to adjust your local configuration as well."));