diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2005-12-27 13:28:15 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2005-12-27 13:28:15 +0000 |
commit | ee5204f6dbcad88d98b948cd5589d29249551450 (patch) | |
tree | cc81fc2da4c9e0059631d5c9c7432b1bcdd8c4aa /src/gtkutil.c | |
parent | 5f6a2592a28f59f63a4c74735cedfc04ac441515 (diff) | |
download | emacs-ee5204f6dbcad88d98b948cd5589d29249551450.tar.gz emacs-ee5204f6dbcad88d98b948cd5589d29249551450.tar.bz2 emacs-ee5204f6dbcad88d98b948cd5589d29249551450.zip |
Formatting
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r-- | src/gtkutil.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c index 05750c42646..7e7687dd044 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -1221,7 +1221,7 @@ xg_get_file_name_from_chooser (w) } static void -xg_toggle_visibility_cb(widget, data) +xg_toggle_visibility_cb (widget, data) GtkWidget *widget; gpointer data; { @@ -1287,13 +1287,14 @@ xg_get_file_with_chooser (f, prompt, default_filename, #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) |