summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2023-04-28 13:10:15 -0400
committerLogan Rathbone <poprocks@gmail.com>2023-04-28 13:10:15 -0400
commit181ca36ad4790b425f79b20be40dd25804208463 (patch)
treef5a402cc1454c81ab0d28f80fb0501b3562b9de0
parent545241b9183b54f1cc7e34913101e3681ae8d7bd (diff)
downloadzenity-181ca36ad4790b425f79b20be40dd25804208463.tar.gz
option: Correct --window-icon deprecation message.
We're not "ignoring" it as was previously indicated; we're treating it as if --icon were used.
-rw-r--r--src/option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c
index e7145fc..659dc83 100644
--- a/src/option.c
+++ b/src/option.c
@@ -1485,7 +1485,7 @@ static void
show_window_icon_deprecation_warning (void)
{
g_printerr (_("Warning: --window-icon is deprecated and will be removed in a "
- "future version of zenity. Ignoring.\n"));
+ "future version of zenity; Treating as --icon.\n"));
}
static void