summaryrefslogtreecommitdiff
path: root/cui/source/inc/hlmarkwn.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-16 19:09:41 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-16 20:34:40 +0200
commit4b1ebf998b344535d20a6205b915c21996fc06d7 (patch)
tree82e7642dfbf09956c000f840de6edea7fd7893ba /cui/source/inc/hlmarkwn.hxx
parentffff47459274d6187bb0ea6533f5acc0e7b7ed92 (diff)
fdo#63271: Close hyperlink dialog after hyperlink is inserted
Also label it with "Ok" which reflects the new behavior better. Change-Id: If8adde315c2d822e3210a0dcae7055519e5e558d
Diffstat (limited to 'cui/source/inc/hlmarkwn.hxx')
-rw-r--r--cui/source/inc/hlmarkwn.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/hlmarkwn.hxx b/cui/source/inc/hlmarkwn.hxx
index edb1013e6a8f..f2ee1b0d2ee1 100644
--- a/cui/source/inc/hlmarkwn.hxx
+++ b/cui/source/inc/hlmarkwn.hxx
@@ -58,7 +58,7 @@ class SvxHlinkDlgMarkWnd : public ModalDialog //FloatingWindow
private:
friend class SvxHlmarkTreeLBox;
- PushButton maBtApply;
+ PushButton maBtOk;
PushButton maBtClose;
SvxHlmarkTreeLBox maLbTree;
@@ -80,7 +80,7 @@ protected:
virtual void Move ();
- DECL_LINK (ClickApplyHdl_Impl, void * );
+ DECL_LINK (ClickOkHdl_Impl, void * );
DECL_LINK (ClickCloseHdl_Impl, void * );
public: