[yast-commit] r63499 - /trunk/gtk/src/YGUtils.cc

Author: rpmcruz Date: Thu Mar 3 00:09:20 2011 New Revision: 63499 URL: http://svn.opensuse.org/viewcvs/yast?rev=63499&view=rev Log: Map "Abort" button-text to gtk-cancel icon. bug fix 676444. Modified: trunk/gtk/src/YGUtils.cc Modified: trunk/gtk/src/YGUtils.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/src/YGUtils.cc?rev=63499&r1=6... ============================================================================== --- trunk/gtk/src/YGUtils.cc (original) +++ trunk/gtk/src/YGUtils.cc Thu Mar 3 00:09:20 2011 @@ -632,6 +632,7 @@ { "Install", _("Install"), GTK_STOCK_APPLY }, { "OK", _("OK"), GTK_STOCK_OK }, { "Cancel", _("Cancel"), GTK_STOCK_CANCEL }, + { "Abort", _("Abort"), GTK_STOCK_CANCEL }, { "Close", _("Close"), GTK_STOCK_CLOSE }, { "Yes", _("Yes"), GTK_STOCK_YES }, { "No", _("No"), GTK_STOCK_NO }, -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rpmcruz@svn2.opensuse.org