[gimp] plug-ins: change export dialog format name for Windows Cursors.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: change export dialog format name for Windows Cursors.
- Date: Sat, 12 Feb 2022 12:54:56 +0000 (UTC)
commit d14b1d0523fc8df7b9b2c3fa660bcdc10aa3aff1
Author: Jehan <jehan girinstud io>
Date: Sat Feb 12 13:54:20 2022 +0100
plug-ins: change export dialog format name for Windows Cursors.
plug-ins/file-ico/ico-dialog.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/plug-ins/file-ico/ico-dialog.c b/plug-ins/file-ico/ico-dialog.c
index 625000e929..fe48e736e4 100644
--- a/plug-ins/file-ico/ico-dialog.c
+++ b/plug-ins/file-ico/ico-dialog.c
@@ -51,7 +51,8 @@ ico_dialog_new (IcoSaveInfo *info)
GtkWidget *viewport;
GtkWidget *warning;
- dialog = gimp_export_dialog_new (_("Windows Icon"),
+ dialog = gimp_export_dialog_new (info->is_cursor ?
+ _("Windows Cursor") : _("Windows Icon"),
PLUG_IN_BINARY,
"plug-in-winicon");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]