diff options
| author | Richard M. Stallman | 2006-09-23 03:07:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-09-23 03:07:19 +0000 |
| commit | 7adfb96e729f42c3fe4a2edf48bf1100248621a2 (patch) | |
| tree | a97541b6313351aec72cd783ca7b666db3d937ab /src | |
| parent | 47dfb2fa678f25d2843ec07d1935b424c6774634 (diff) | |
| download | emacs-7adfb96e729f42c3fe4a2edf48bf1100248621a2.tar.gz emacs-7adfb96e729f42c3fe4a2edf48bf1100248621a2.zip | |
Whitespace fix.
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 " |