Thread: rgbpaint
View Single Post
Old 10-01-2013, 10:40 AM   #20
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
RE:1

Quote:
diff -rupN rgbpaint-0.8.7/src/otherwindow.c rgbpaint-0.8.7-KUAL/src/otherwindow.c
--- rgbpaint-0.8.7/src/otherwindow.c 2013-10-01 04:06:14.000000000 +0100
+++ rgbpaint-0.8.7-KUAL/src/otherwindow.c 2013-10-01 03:55:40.000000000 +0100
@@ -128,7 +128,7 @@ void generic_new_window(int type) // 0=N
if ( type == 0 && check_for_changes(GTK_STOCK_NO) == 1 ) return;

new_window = gtk_dialog_new();
- gtk_window_set_title( GTK_WINDOW(new_window), _("New Image") );
+ gtk_window_set_title( GTK_WINDOW(new_window), _("L:A_N:application_ID:New.Image_PC:N_O:R") );
gtk_window_set_modal(GTK_WINDOW(new_window), TRUE);
gtk_window_set_transient_for(GTK_WINDOW(new_window ), GTK_WINDOW(main_window));
Looks like I was right. well wrong, well you know what I mean.
twobob is offline   Reply With Quote