[Geany] Windows dialog clarification

chuck ctl at xxxxx
Sat Jul 7 21:36:21 UTC 2007


In Windows, when closing an unsaved file, the dialog presented is not 
clear.  The message is that the file is not saved, and the buttons just 
say "yes", "no" and "cancel".  To make it clear to me, I make the 
following change to dialogs.c in dialogs_show_unsaved_file(gint idx)

from:
	msg = g_strdup_printf(_("The file '%s' is not saved."),
		(short_fn != NULL) ? short_fn : GEANY_STRING_UNTITLED);

to:
	msg = g_strdup_printf(_("The file '%s' is not saved. Save it?"),
		(short_fn != NULL) ? short_fn : GEANY_STRING_UNTITLED);

at about line 415.  I'd like to suggest this as a change to the source.

Thanks,

chuck


Vnpenguin wrote:
> Just for testing :)
> 
> http://people.vnoss.org/~vnpenguin/fedora7/misc/geany-svn.r1678-fc7.i686.rpm 
> 
> 



More information about the Users mailing list