diff options
-rw-r--r-- | src/empathy-chat-window.ui | 1 | ||||
-rw-r--r-- | src/empathy-main-window.ui | 3 | ||||
-rw-r--r-- | src/empathy-status-icon.ui | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/src/empathy-chat-window.ui b/src/empathy-chat-window.ui index 80bccc1ce..a347a454e 100644 --- a/src/empathy-chat-window.ui +++ b/src/empathy-chat-window.ui @@ -20,6 +20,7 @@ </child> <child> <object class="GtkAction" id="menu_conv_insert_smiley"> + <property name="icon-name">face-smile</property> <property name="name">menu_conv_insert_smiley</property> <property name="label" translatable="yes">Insert _Smiley</property> </object> diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui index 0055a3639..4aa225493 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -12,6 +12,7 @@ </child> <child> <object class="GtkAction" id="chat_new_message"> + <property name="icon-name">im-message-new</property> <property name="name">chat_new_message</property> <property name="label" translatable="yes">_New Conversation...</property> </object> @@ -19,6 +20,7 @@ </child> <child> <object class="GtkAction" id="chat_history"> + <property name="icon-name">document-open-recent</property> <property name="name">chat_history</property> <property name="label" translatable="yes">_View Previous Conversations</property> </object> @@ -98,6 +100,7 @@ </child> <child> <object class="GtkAction" id="room_manage_favorites"> + <property name="icon-name">system-users</property> <property name="name">room_manage_favorites</property> <property name="label" translatable="yes">Manage Favorites</property> </object> diff --git a/src/empathy-status-icon.ui b/src/empathy-status-icon.ui index df305f99f..356c2155f 100644 --- a/src/empathy-status-icon.ui +++ b/src/empathy-status-icon.ui @@ -12,6 +12,7 @@ </child> <child> <object class="GtkAction" id="new_message"> + <property name="icon-name">im-message-new</property> <property name="name">new_message</property> <property name="label" translatable="yes">_New Conversation...</property> </object> |