diff options
| author | Jan Djärv | 2005-12-27 13:28:15 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-12-27 13:28:15 +0000 |
| commit | ee5204f6dbcad88d98b948cd5589d29249551450 (patch) | |
| tree | cc81fc2da4c9e0059631d5c9c7432b1bcdd8c4aa /src | |
| parent | 5f6a2592a28f59f63a4c74735cedfc04ac441515 (diff) | |
| download | emacs-ee5204f6dbcad88d98b948cd5589d29249551450.tar.gz emacs-ee5204f6dbcad88d98b948cd5589d29249551450.zip | |
Formatting
Diffstat (limited to 'src')
| -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) | |||
| 1221 | } | 1221 | } |
| 1222 | 1222 | ||
| 1223 | static void | 1223 | static void |
| 1224 | xg_toggle_visibility_cb(widget, data) | 1224 | xg_toggle_visibility_cb (widget, data) |
| 1225 | GtkWidget *widget; | 1225 | GtkWidget *widget; |
| 1226 | gpointer data; | 1226 | gpointer data; |
| 1227 | { | 1227 | { |
| @@ -1287,13 +1287,14 @@ xg_get_file_with_chooser (f, prompt, default_filename, | |||
| 1287 | 1287 | ||
| 1288 | #ifdef HAVE_GTK_FILE_SELECTION_NEW | 1288 | #ifdef HAVE_GTK_FILE_SELECTION_NEW |
| 1289 | strcpy (message, "If you find this file dialog inconvinient " | 1289 | strcpy (message, "If you find this file dialog inconvinient " |
| 1290 | "you can customize x-use-old-gtk-file-dialog\n" | 1290 | "you can customize\n" |
| 1291 | "to get the old file dialog, or you can customize " | 1291 | "x-use-old-gtk-file-dialog to get the old file dialog,\n" |
| 1292 | "use-file-dialog to disable file dialogs, or just\n" | 1292 | "or you can customize use-file-dialog to disable file dialogs,\n" |
| 1293 | "use C-x C-f to open files."); | 1293 | "or just use C-x C-f to open files."); |
| 1294 | #else | 1294 | #else |
| 1295 | strcpy (message, "If you find this file dialog inconvinient" | 1295 | strcpy (message, "If you find this file dialog inconvinient " |
| 1296 | "you can customize use-file-dialog to disable file dialogs,\n" | 1296 | "you can customize\n" |
| 1297 | "use-file-dialog to disable file dialogs,\n" | ||
| 1297 | "or just use C-x C-f to open files."); | 1298 | "or just use C-x C-f to open files."); |
| 1298 | #endif | 1299 | #endif |
| 1299 | if (action == GTK_FILE_CHOOSER_ACTION_OPEN) | 1300 | if (action == GTK_FILE_CHOOSER_ACTION_OPEN) |