diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-01-06 15:12:12 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-01-06 15:30:04 +0200 |
commit | 4427bb0c588382d56d5368e691a29c4c0bbdf944 (patch) | |
tree | 68d81e2b9db9159c93df16b43b6909fdd8c5d6fb /desktop | |
parent | f79da8fa288fbbe4742ad416844aad53ee8d00f5 (diff) |
The "ProductSource" (MWS name) makes no sense any more
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 4 |
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 |