diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-03 11:50:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-03 11:53:39 +0100 |
commit | c8e39299ac4ced2dc72f373526089b9574a14a8a (patch) | |
tree | 1d010afc25b556acb85ef55405b957c13387c98c /include/sfx2 | |
parent | 39f306df1d5f8daa4747f1e3b26e853c001669f5 (diff) |
Resolves: tdf#89885 use a readonly GtkEntry for location
Change-Id: I324d5e0776da942eae62984b96951d9947702b49
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/dinfdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx index 1e5490d8bc85..9179c69d7d90 100644 --- a/include/sfx2/dinfdlg.hxx +++ b/include/sfx2/dinfdlg.hxx @@ -185,7 +185,7 @@ private: PushButton* m_pChangePassBtn; SelectableFixedText* m_pShowTypeFT; - FixedText* m_pFileValFt; + Edit* m_pFileValEd; SelectableFixedText* m_pShowSizeFT; SelectableFixedText* m_pCreateValFt; |