diff options
Diffstat (limited to 'src/empathy-main-window.ui')
-rw-r--r-- | src/empathy-main-window.ui | 3 |
1 files changed, 3 insertions, 0 deletions
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> |