comparison src/gtkutil.c @ 73066:dcaff8f63a2b

Whitespace fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 23 Sep 2006 03:07:19 +0000
parents 4a83c4a89b5e
children 7b5c0104efb0 2d56e13fd23d bb0e318b7c53
comparison
equal deleted inserted replaced
73065:61ed91e76de6 73066:dcaff8f63a2b
1382 if (x_gtk_file_dialog_help_text) 1382 if (x_gtk_file_dialog_help_text)
1383 { 1383 {
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 "
1391 "use-file-dialog to turn it off."); 1391 "use-file-dialog to turn it off.");
1392 1392