diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-01-06 16:58:39 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-01-06 17:00:34 +0200 |
commit | 9bdaff431bdd71717c64f002f3df0f110c146a08 (patch) | |
tree | 5852114f3c7f769782d9214986af743844fcccd0 /desktop/source/app | |
parent | 1a23b4687aa4fdf0bf1df246cacaba6a3a028f39 (diff) |
Typo
Diffstat (limited to 'desktop/source/app')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 19f088c170fa..02f6001d4daa 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1459,7 +1459,7 @@ int Desktop::Main() //include buildid in non product builds ::rtl::OUString aDefault("development"); aTitle += rtl::OUString(" ["); - String aVerId( utl::Bootstrap::getProductBuildIdData(aDefault)); + String aVerId( utl::Bootstrap::getBuildIdData(aDefault)); aTitle += aVerId; aTitle += ']'; #endif |