summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-31 16:50:00 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-31 16:50:00 +0100
commit9ac296af1d3d659097153884e3b78a57b334c4a2 (patch)
treebc0ec5eabd35db0d27e7bd7471d222eff5e15816
parent61dfc6fa942e9d9c241231fb5467c860fe95ea06 (diff)
Resolves: fdo#65215 wrong type for the multiline comment edit widget
Change-Id: I14b13285daf27191bb8cf95bc7e801281f97dde8
-rw-r--r--cui/source/inc/postdlg.hxx2
-rw-r--r--cui/uiconfig/ui/comment.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/postdlg.hxx b/cui/source/inc/postdlg.hxx
index 592db0d121e1..4ae9b7d3f666 100644
--- a/cui/source/inc/postdlg.hxx
+++ b/cui/source/inc/postdlg.hxx
@@ -89,7 +89,7 @@ public:
private:
FixedText* m_pLastEditFT;
- MultiLineEdit* m_pEditED;
+ VclMultiLineEdit* m_pEditED;
VclContainer* m_pInsertAuthor;
PushButton* m_pAuthorBtn;
diff --git a/cui/uiconfig/ui/comment.ui b/cui/uiconfig/ui/comment.ui
index 5959b4abab14..928bb259429e 100644
--- a/cui/uiconfig/ui/comment.ui
+++ b/cui/uiconfig/ui/comment.ui
@@ -184,7 +184,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">_Text</property>
<property name="use_underline">True</property>
- <property name="mnemonic_widget">edit</property>
+ <property name="mnemonic_widget">edit:border</property>
</object>
<packing>
<property name="expand">False</property>