[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 449/473: Rename option to use single panel row.
noreply at xfce.org
noreply at xfce.org
Tue Feb 17 00:00:19 CET 2015
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 76b766a238e83bdd108e077e9bf867e64812e7da
Author: Graeme Gott <graeme at gottcode.org>
Date: Wed Feb 11 12:06:21 2015 -0500
Rename option to use single panel row.
---
panel-plugin/configuration-dialog.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/configuration-dialog.cpp b/panel-plugin/configuration-dialog.cpp
index bb7e812..d07e9b9 100644
--- a/panel-plugin/configuration-dialog.cpp
+++ b/panel-plugin/configuration-dialog.cpp
@@ -530,7 +530,7 @@ GtkWidget* ConfigurationDialog::init_appearance_tab()
xfce_panel_image_set_size(XFCE_PANEL_IMAGE(m_icon), 48);
gtk_container_add(GTK_CONTAINER(m_icon_button), m_icon);
- m_button_single_row = gtk_check_button_new_with_mnemonic(_("Lay out icon in a single _panel row"));
+ m_button_single_row = gtk_check_button_new_with_mnemonic(_("Use a single _panel row"));
gtk_box_pack_start(panel_vbox, m_button_single_row, true, true, 0);
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(m_button_single_row), wm_settings->button_single_row);
gtk_widget_set_sensitive(m_button_single_row, gtk_combo_box_get_active(GTK_COMBO_BOX (m_button_style)) == 0);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list