summaryrefslogtreecommitdiff
path: root/desktop/source/app/app.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-01-06 15:12:12 +0200
committerTor Lillqvist <tml@iki.fi>2013-01-06 15:30:04 +0200
commit4427bb0c588382d56d5368e691a29c4c0bbdf944 (patch)
tree68d81e2b9db9159c93df16b43b6909fdd8c5d6fb /desktop/source/app/app.cxx
parentf79da8fa288fbbe4742ad416844aad53ee8d00f5 (diff)
The "ProductSource" (MWS name) makes no sense any more
Diffstat (limited to 'desktop/source/app/app.cxx')
-rw-r--r--desktop/source/app/app.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index adcf4b7020d5..19f088c170fa 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1456,10 +1456,10 @@ int Desktop::Main()
delete pLabelResMgr;
#ifdef DBG_UTIL
- //include version ID in non product builds
+ //include buildid in non product builds
::rtl::OUString aDefault("development");
aTitle += rtl::OUString(" [");
- String aVerId( utl::Bootstrap::getProductSource(aDefault));
+ String aVerId( utl::Bootstrap::getProductBuildIdData(aDefault));
aTitle += aVerId;
aTitle += ']';
#endif