From 181ca36ad4790b425f79b20be40dd25804208463 Mon Sep 17 00:00:00 2001 From: Logan Rathbone Date: Fri, 28 Apr 2023 13:10:15 -0400 Subject: option: Correct --window-icon deprecation message. We're not "ignoring" it as was previously indicated; we're treating it as if --icon were used. --- src/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1