Use secondary text for error dialogs.

2004-12-30  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserdefault.c: Use secondary text for error
	dialogs.
This commit is contained in:
Matthias Clasen
2004-12-30 07:42:07 +00:00
committed by Matthias Clasen
parent be48fff80b
commit db4665b45e
5 changed files with 83 additions and 65 deletions

View File

@ -1,5 +1,8 @@
2004-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c: Use secondary text for error
dialogs.
* gtk/gtkfilesystemunix.c: Clean up some cases of errno handling
(#162496, noted by Tor Lillqvist), and use g_filename_display_name()
for error messages. Also mark some error messages for translation,