/[packages]/cauldron/gpaint-2/current/SOURCES/gpaint-2-0.3.3-fix-drawing-fnt.patch
ViewVC logotype

Contents of /cauldron/gpaint-2/current/SOURCES/gpaint-2-0.3.3-fix-drawing-fnt.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1355 - (show annotations) (download)
Sat Jan 8 23:19:24 2011 UTC (13 years, 3 months ago) by kharec
File size: 731 byte(s)
imported package gpaint-2
1 Index: b/src/drawing.c
2 ===================================================================
3 --- a/src/drawing.c 2009-12-19 17:11:48.000000000 -0200
4 +++ b/src/drawing.c 2009-12-19 17:12:10.000000000 -0200
5 @@ -427,7 +427,7 @@
6 _("Do you want to save the changes you made to \"%s\"?\nYour changes will be lost if you don't save them."),
7 drawing->filename->str);
8 #ifdef GTK_STOCK_DISCARD
9 - gtk_dialog_add_button(GTK_DIALOG(dialog), GTK_STOCK_DISCARD,GTK_RESPONSE_DISCARD);
10 + gtk_dialog_add_button(GTK_DIALOG(dialog), GTK_STOCK_DISCARD,GTK_RESPONSE_NO);
11 #else
12 gtk_dialog_add_button(GTK_DIALOG(dialog), _("Close _without Saving"), GTK_RESPONSE_NO);
13 #endif /* !GTK_STOCK_DISCARD */

  ViewVC Help
Powered by ViewVC 1.1.30