summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-10-19 15:39:01 +0200
committerThorsten Behrens <tbehrens@novell.com>2010-10-19 18:05:56 +0200
commit62fd25b08af40c1a6d14c6a6d58ab2bdd238bc03 (patch)
tree8ade3a0e09cb4a8051660635012fb1070af026db /sfx2/inc/sfx2
parent5da353cab7576e38025eb5ec6fad3d25ba0d6175 (diff)
Make about dialog display clickable hyperlink for credits
Added a svt::FixedHyperlink to the about dialog, so people can click on something to get to the credits page.
Diffstat (limited to 'sfx2/inc/sfx2')
-rwxr-xr-xsfx2/inc/sfx2/sfx.hrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/sfx.hrc b/sfx2/inc/sfx2/sfx.hrc
index e6a900ed34..631b0ee0cd 100755
--- a/sfx2/inc/sfx2/sfx.hrc
+++ b/sfx2/inc/sfx2/sfx.hrc
@@ -212,12 +212,14 @@
#define ABOUT_FTXT_VERSION 1
#define ABOUT_FTXT_COPYRIGHT 2
+#define ABOUT_FTXT_LINK 3
#define ABOUT_STR_DEVELOPER_ARY 1
#define ABOUT_STR_FRENCH_COPYRIGHT 2
#define ABOUT_STR_ACCEL 3
#define ABOUT_STR_VERSION 4
#define ABOUT_STR_COPYRIGHT 5
+#define ABOUT_STR_LINK 6
#define RID_APPTITLE (RID_SFX_START+4)
#define RID_BUILDVERSION (RID_SFX_START+5)