Mercurial > emacs
changeset 67849:e30591b77191
Formatting
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 27 Dec 2005 13:28:15 +0000 |
parents | 14cc99887d3d |
children | 5a29e54d6794 |
files | src/gtkutil.c |
diffstat | 1 files changed, 8 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkutil.c Tue Dec 27 10:42:57 2005 +0000 +++ b/src/gtkutil.c Tue Dec 27 13:28:15 2005 +0000 @@ -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)