emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/gtkutil.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c
Date: Tue, 27 Dec 2005 13:28:16 +0000

Index: emacs/src/gtkutil.c
diff -u emacs/src/gtkutil.c:1.73 emacs/src/gtkutil.c:1.74
--- emacs/src/gtkutil.c:1.73    Tue Dec 27 10:40:10 2005
+++ emacs/src/gtkutil.c Tue Dec 27 13:28:15 2005
@@ -1221,7 +1221,7 @@
 }
 
 static void
-xg_toggle_visibility_cb(widget, data)
+xg_toggle_visibility_cb (widget, data)
      GtkWidget *widget;
      gpointer data;
 {
@@ -1287,13 +1287,14 @@
 
 #ifdef HAVE_GTK_FILE_SELECTION_NEW
   strcpy (message, "If you find this file dialog inconvinient "
-          "you can customize x-use-old-gtk-file-dialog\n"
-          "to get the old file dialog, or you can customize "
-          "use-file-dialog to disable file dialogs, or just\n"
-          "use C-x C-f to open files.");
+          "you can customize\n"
+          "x-use-old-gtk-file-dialog to get the old file dialog,\n"
+          "or you can customize use-file-dialog to disable file dialogs,\n"
+          "or just use C-x C-f to open files.");
 #else
-  strcpy (message, "If you find this file dialog inconvinient"
-          "you can customize use-file-dialog to disable file dialogs,\n"
+  strcpy (message, "If you find this file dialog inconvinient "
+          "you can customize\n"
+          "use-file-dialog to disable file dialogs,\n"
           "or just use C-x C-f to open files.");
 #endif
   if (action == GTK_FILE_CHOOSER_ACTION_OPEN)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]