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.