summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-08-08 14:41:42 +0000
committerFrank Schönheit <fs@openoffice.org>2001-08-08 14:41:42 +0000
commit03080a189816d1aa0d839b04e76d754d2d8c6385 (patch)
tree64dfa356e7b0d3066294486300789fe67738ddf7 /extensions
parent9b8217d17c01a6b1ebd9fae8c21729c8dc5a4486 (diff)
#90716# UID_ABSPILOT_HELP
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/abpilot/abspilot.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx
index 30bbd7f9f679..32bed73b8f52 100644
--- a/extensions/source/abpilot/abspilot.cxx
+++ b/extensions/source/abpilot/abspilot.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: abspilot.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fs $ $Date: 2001-08-08 14:55:41 $
+ * last change: $Author: fs $ $Date: 2001-08-08 15:41:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -134,6 +134,7 @@ namespace abp
m_pNextPage->SetHelpId(HID_ABSPILOT_NEXT);
m_pCancel->SetHelpId(HID_ABSPILOT_CANCEL);
m_pFinish->SetHelpId(HID_ABSPILOT_FINISH);
+ m_pHelp->SetUniqueId(UID_ABSPILOT_HELP);
m_pCancel->SetClickHdl( LINK( this, OAddessBookSourcePilot, OnCancelClicked) );
@@ -440,6 +441,9 @@ namespace abp
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.3 2001/08/08 14:55:41 fs
+ * #90716# layout changes
+ *
* Revision 1.2 2001/08/02 10:45:28 fs
* #88530# layout changes
*