/soc/2015/mmcc/main: f4140f404d82: replace remaining GTK stock i...
Michael McConville
mmcconville at mykolab.com
Thu Jun 25 20:12:06 EDT 2015
Changeset: f4140f404d82282aa69487a6b878992d8b13bf69
Author: Michael McConville <mmcconville at mykolab.com>
Date: 2015-06-25 20:12 -0400
Branch: default
URL: https://hg.pidgin.im/soc/2015/mmcc/main/rev/f4140f404d82
Description:
replace remaining GTK stock item icons
diffstat:
pidgin/pidginstock.c | 50 +++++++++++++++++++++++++-------------------------
1 files changed, 25 insertions(+), 25 deletions(-)
diffs (60 lines):
diff --git a/pidgin/pidginstock.c b/pidgin/pidginstock.c
--- a/pidgin/pidginstock.c
+++ b/pidgin/pidginstock.c
@@ -47,31 +47,31 @@ static struct StockIcon
} const stock_icons[] = {
- { PIDGIN_STOCK_ACTION, NULL, "system-run" },
- { PIDGIN_STOCK_ALIAS, NULL, N_("_Edit") },
- { PIDGIN_STOCK_CHAT, NULL, "go-jump" },
- { PIDGIN_STOCK_CLEAR, NULL, "edit-clear" },
- { PIDGIN_STOCK_CLOSE_TABS, NULL, "window-close" },
- { PIDGIN_STOCK_DEBUG, NULL, "document-properties" },
- { PIDGIN_STOCK_DOWNLOAD, NULL, "go-down" },
- { PIDGIN_STOCK_DISCONNECT, NULL, N_("_Disconnect") },
- { PIDGIN_STOCK_FGCOLOR, "buttons", "change-fgcolor-small.png" },
- { PIDGIN_STOCK_EDIT, NULL, N_("_Edit") },
- { PIDGIN_STOCK_FILE_CANCELLED, NULL, N_("_Cancel") },
- { PIDGIN_STOCK_FILE_DONE, NULL, N_("_Apply") },
- { PIDGIN_STOCK_IGNORE, NULL, "dialog-error" },
- { PIDGIN_STOCK_INVITE, NULL, "go-jump" },
- { PIDGIN_STOCK_MODIFY, NULL, "preferences-system" },
- { PIDGIN_STOCK_ADD, NULL, "list-add" },
- { 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, "system-run" },
- { PIDGIN_STOCK_SIGN_OFF, NULL, "window-close" },
- { PIDGIN_STOCK_TYPED, "pidgin", "typed.png" },
- { PIDGIN_STOCK_UPLOAD, NULL, "go-up" },
- { PIDGIN_STOCK_INFO, NULL, "dialog-information" },
- { PIDGIN_STOCK_NEXT, NULL, "go-next" },
+ { PIDGIN_STOCK_ACTION, NULL, "system-run" },
+ { PIDGIN_STOCK_ALIAS, NULL, "accessories-text-editor" },
+ { PIDGIN_STOCK_CHAT, NULL, "go-jump" },
+ { PIDGIN_STOCK_CLEAR, NULL, "edit-clear" },
+ { PIDGIN_STOCK_CLOSE_TABS, NULL, "window-close" },
+ { PIDGIN_STOCK_DEBUG, NULL, "document-properties" },
+ { PIDGIN_STOCK_DOWNLOAD, NULL, "go-down" },
+ { PIDGIN_STOCK_DISCONNECT, NULL, "network-wired-disconnected" },
+ { PIDGIN_STOCK_FGCOLOR, "buttons", "change-fgcolor-small.png" },
+ { PIDGIN_STOCK_EDIT, NULL, "accessories-text-editor" },
+ { PIDGIN_STOCK_FILE_CANCELLED, NULL, "process-stop" },
+ { PIDGIN_STOCK_FILE_DONE, NULL, "emblem-symbolic link" },
+ { PIDGIN_STOCK_IGNORE, NULL, "dialog-error" },
+ { PIDGIN_STOCK_INVITE, NULL, "go-jump" },
+ { PIDGIN_STOCK_MODIFY, NULL, "preferences-system" },
+ { PIDGIN_STOCK_ADD, NULL, "list-add" },
+ { 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, "system-run" },
+ { PIDGIN_STOCK_SIGN_OFF, NULL, "window-close" },
+ { PIDGIN_STOCK_TYPED, "pidgin", "typed.png" },
+ { PIDGIN_STOCK_UPLOAD, NULL, "go-up" },
+ { PIDGIN_STOCK_INFO, NULL, "dialog-information" },
+ { PIDGIN_STOCK_NEXT, NULL, "go-next" },
};
static const GtkStockItem stock_items[] =
More information about the Commits
mailing list