Simple patch to gal sets the dialog's title to "Define New View". If translations are needed for this string, I can provide a patch for the po's. Regards, Jon Oberheide jon focalhost com
--- gal.old/gal/menus/gal-view-new-dialog.c 2004-05-05 10:01:45.000000000 -0400 +++ gal.cvs/gal/menus/gal-view-new-dialog.c 2004-05-05 17:40:13.375686976 -0400 @@ -105,6 +105,7 @@ gtk_window_set_policy(GTK_WINDOW(dialog), FALSE, TRUE, FALSE); gtk_window_set_modal (GTK_WINDOW(dialog), TRUE); + gtk_window_set_title (GTK_WINDOW(dialog), _("Define New View")); dialog->collection = NULL; dialog->selected_factory = NULL;
Attachment:
signature.asc
Description: This is a digitally signed message part