[Xfce4-commits] r26221 - xfce-mcs-plugins/trunk/plugins/ui_plugin
Brian Tarricone
kelnos at xfce.org
Thu Nov 1 06:21:12 CET 2007
Author: kelnos
Date: 2007-11-01 05:21:11 +0000 (Thu, 01 Nov 2007)
New Revision: 26221
Modified:
xfce-mcs-plugins/trunk/plugins/ui_plugin/ui_plugin.c
Log:
remove incorrect comment, add keyboard mnemonics for dpi dialog buttons
Modified: xfce-mcs-plugins/trunk/plugins/ui_plugin/ui_plugin.c
===================================================================
--- xfce-mcs-plugins/trunk/plugins/ui_plugin/ui_plugin.c 2007-10-29 22:05:29 UTC (rev 26220)
+++ xfce-mcs-plugins/trunk/plugins/ui_plugin/ui_plugin.c 2007-11-01 05:21:11 UTC (rev 26221)
@@ -123,8 +123,6 @@
};
static const gint xft_dpi_default_values[4] =
{
- /* fortunately, 'Xft.dpi: 0' appears to be interpreted as
- * 'system default' */
0, 75, 96, 100,
};
@@ -533,9 +531,9 @@
_("DPI was changed successfully"),
_("However, you may need to restart your session for the settings to take effect."),
XFCE_CUSTOM_STOCK_BUTTON,
- _("Log Out Later"),
+ _("Log Out _Later"),
GTK_STOCK_CLOSE, GTK_RESPONSE_CANCEL,
- XFCE_CUSTOM_STOCK_BUTTON, _("Log Out Now"),
+ XFCE_CUSTOM_STOCK_BUTTON, _("Log Out _Now"),
GTK_STOCK_QUIT, GTK_RESPONSE_ACCEPT, NULL);
if(GTK_RESPONSE_ACCEPT == r) {
GError *error = NULL;
More information about the Xfce4-commits
mailing list