diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/gtkutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c index 19fb8ef69a3..fb3c9447f84 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -1384,7 +1384,7 @@ xg_get_file_with_chooser (f, prompt, default_filename, | |||
| 1384 | message[0] = '\0'; | 1384 | message[0] = '\0'; |
| 1385 | /* Gtk+ 2.10 has the file name text entry box integrated in the dialog. | 1385 | /* Gtk+ 2.10 has the file name text entry box integrated in the dialog. |
| 1386 | Show the C-l help text only for versions < 2.10. */ | 1386 | Show the C-l help text only for versions < 2.10. */ |
| 1387 | if (gtk_check_version(2, 10, 0) && action != GTK_FILE_CHOOSER_ACTION_SAVE) | 1387 | if (gtk_check_version (2, 10, 0) && action != GTK_FILE_CHOOSER_ACTION_SAVE) |
| 1388 | strcat (message, "\nType C-l to display a file name text entry box.\n"); | 1388 | strcat (message, "\nType C-l to display a file name text entry box.\n"); |
| 1389 | strcat (message, "\nIf you don't like this file selector, use the " | 1389 | strcat (message, "\nIf you don't like this file selector, use the " |
| 1390 | "corresponding\nkey binding or customize " | 1390 | "corresponding\nkey binding or customize " |