Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2013-09-20 17:26:54 +0400
committerDenis Fomin <fominde@gmail.com>2013-09-20 17:26:54 +0400
commiteb862631fbddd7b41dddd9d4be97d3f36b3152a6 (patch)
tree04e57d8852e8aff2aae0c590cef52ce7a63af6aa /data
parent974fb39ed23b4ffe7dc5e316a327cbba24d0aae4 (diff)
Fix send button. See #7186
Diffstat (limited to 'data')
-rw-r--r--data/gui/chat_control.ui43
-rw-r--r--data/gui/groupchat_control.ui43
2 files changed, 14 insertions, 72 deletions
diff --git a/data/gui/chat_control.ui b/data/gui/chat_control.ui
index d4ac94980..66959d87c 100644
--- a/data/gui/chat_control.ui
+++ b/data/gui/chat_control.ui
@@ -606,46 +606,13 @@ audio-mic-volume-low</property>
</child>
<child>
<object class="GtkButton" id="send_button">
+ <property name="label" translatable="yes">_Send</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Send message</property>
- <child>
- <object class="GtkAlignment" id="alignment102">
- <property name="visible">True</property>
- <property name="xscale">0</property>
- <property name="yscale">0</property>
- <child>
- <object class="GtkHBox" id="hbox3010">
- <property name="visible">True</property>
- <property name="spacing">2</property>
- <child>
- <object class="GtkImage" id="image1339">
- <property name="visible">True</property>
- <property name="stock">gtk-jump-to</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label373">
- <property name="visible">True</property>
- <property name="label" translatable="yes" comments="Make sure the character after &quot;_&quot; is not M/m (conflicts with Alt+M that is supposed to show the Emoticon Selector)">_Send</property>
- <property name="use_underline">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
- </child>
+ <property name="image">image4</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -959,4 +926,8 @@ audio-mic-volume-low</property>
</object>
</child>
</object>
+ <object class="GtkImage" id="image4">
+ <property name="visible">True</property>
+ <property name="stock">gtk-jump-to</property>
+ </object>
</interface>
diff --git a/data/gui/groupchat_control.ui b/data/gui/groupchat_control.ui
index d32b6b023..214e1eac9 100644
--- a/data/gui/groupchat_control.ui
+++ b/data/gui/groupchat_control.ui
@@ -386,46 +386,13 @@
</child>
<child>
<object class="GtkButton" id="send_button">
+ <property name="label" translatable="yes">_Send</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Send message</property>
- <child>
- <object class="GtkAlignment" id="alignment105">
- <property name="visible">True</property>
- <property name="xscale">0</property>
- <property name="yscale">0</property>
- <child>
- <object class="GtkHBox" id="hbox3016">
- <property name="visible">True</property>
- <property name="spacing">2</property>
- <child>
- <object class="GtkImage" id="image1345">
- <property name="visible">True</property>
- <property name="stock">gtk-jump-to</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label377">
- <property name="visible">True</property>
- <property name="label" translatable="yes" comments="Make sure the character after &quot;_&quot; is not M/m (conflicts with Alt+M that is supposed to show the Emoticon Selector)">_Send</property>
- <property name="use_underline">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
- </child>
+ <property name="image">image1</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -445,4 +412,8 @@
</packing>
</child>
</object>
+ <object class="GtkImage" id="image1">
+ <property name="visible">True</property>
+ <property name="stock">gtk-jump-to</property>
+ </object>
</interface>