summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/about.hrc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-28 13:00:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-28 13:00:24 +0100
commit8294f08c84f3eda7d0e3d3db419f9c8e29b05f11 (patch)
tree562d722d893c8d0530ec36680e94401f95508bcc /cui/source/dialogs/about.hrc
parentd372b48727d693ad515f93d11132c707d57b1319 (diff)
add Build Id: string and fix size calculations
Diffstat (limited to 'cui/source/dialogs/about.hrc')
-rw-r--r--cui/source/dialogs/about.hrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/cui/source/dialogs/about.hrc b/cui/source/dialogs/about.hrc
index e106489d7933..d1b60c33fda2 100644
--- a/cui/source/dialogs/about.hrc
+++ b/cui/source/dialogs/about.hrc
@@ -31,6 +31,7 @@
#define ABOUT_FTXT_VERSION 2
#define ABOUT_FTXT_COPYRIGHT 3
#define ABOUT_FTXT_LINK 4
-#define ABOUT_STR_VERSION 5
-#define ABOUT_STR_COPYRIGHT 6
-#define ABOUT_STR_LINK 7
+#define ABOUT_STR_BUILD 5
+#define ABOUT_STR_VERSION 6
+#define ABOUT_STR_COPYRIGHT 7
+#define ABOUT_STR_LINK 8