[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 06/06: Use symbolic window-close icon.
noreply at xfce.org
noreply at xfce.org
Fri Feb 7 01:56:27 CET 2020
This is an automated email from the git hooks/post-receive script.
g o t t c o d e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 115cbbc620c15b6c1346602f8798fdfecc1361e4
Author: Graeme Gott <graeme at gottcode.org>
Date: Thu Feb 6 18:49:08 2020 -0500
Use symbolic window-close icon.
---
panel-plugin/settings-dialog.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/settings-dialog.cpp b/panel-plugin/settings-dialog.cpp
index cb18b5e..d242154 100644
--- a/panel-plugin/settings-dialog.cpp
+++ b/panel-plugin/settings-dialog.cpp
@@ -95,7 +95,7 @@ SettingsDialog::SettingsDialog(Plugin* plugin) :
window,
GtkDialogFlags(0),
"help-browser", _("_Help"), GTK_RESPONSE_HELP,
- "window-close", _("_Close"), GTK_RESPONSE_CLOSE,
+ "window-close-symbolic", _("_Close"), GTK_RESPONSE_CLOSE,
nullptr);
#else
m_window = xfce_titled_dialog_new_with_buttons(_("Whisker Menu"),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list