merged fix from stable branch:
2001-07-23 Sven Neumann <sven@gimp.org> * plug-ins/common/winclipboard.c * plug-ins/gap/gap_filter_foreach.c * plug-ins/imagemap/imap_cmd_guides.c * plug-ins/sel2path/pxl-outline.c: marked missing strings for translation (patch from "Iccii" <iccii@hotmail.com>).
This commit is contained in:
committed by
Sven Neumann
parent
5af0fa4655
commit
34554decdf
@ -129,7 +129,7 @@ make_guides_dialog()
|
||||
GtkWidget *label;
|
||||
GtkWidget *hbox;
|
||||
|
||||
dialog = data->dialog = make_default_dialog("Create Guides");
|
||||
dialog = data->dialog = make_default_dialog(_("Create Guides"));
|
||||
default_dialog_set_ok_cb(dialog, guides_ok_cb, data);
|
||||
|
||||
label = gtk_label_new(
|
||||
|
||||
Reference in New Issue
Block a user