/soc/2015/mmcc/main: 9fa564642a58: fix missed 'system-run' icon
Michael McConville
mmcconville at mykolab.com
Thu Jun 25 17:10:17 EDT 2015
Changeset: 9fa564642a58eb6c28977c0fd66563b5d449d3a5
Author: Michael McConville <mmcconville at mykolab.com>
Date: 2015-06-25 17:10 -0400
Branch: default
URL: https://hg.pidgin.im/soc/2015/mmcc/main/rev/9fa564642a58
Description:
fix missed 'system-run' icon
diffstat:
pidgin/pidginstock.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/pidgin/pidginstock.c b/pidgin/pidginstock.c
--- a/pidgin/pidginstock.c
+++ b/pidgin/pidginstock.c
@@ -66,7 +66,7 @@ static struct StockIcon
{ PIDGIN_STOCK_PAUSE, NULL, "media-playback-pause" },
{ PIDGIN_STOCK_POUNCE, NULL, "edit-redo" },
{ PIDGIN_STOCK_OPEN_MAIL, NULL, "go-jump" },
- { PIDGIN_STOCK_SIGN_ON, NULL, N_("_Executive") },
+ { PIDGIN_STOCK_SIGN_ON, NULL, "system-run" },
{ PIDGIN_STOCK_SIGN_OFF, NULL, "window-close" },
{ PIDGIN_STOCK_TYPED, "pidgin", "typed.png" },
{ PIDGIN_STOCK_UPLOAD, NULL, "go-up" },
More information about the Commits
mailing list