diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-08-08 21:12:10 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-08-08 21:54:27 +0400 |
commit | a3f55e0ad678464a30dde004c97c8b0a680bc8de (patch) | |
tree | c84540a7d35ef2a4a0d9c4266de6e8b120531867 | |
parent | 9fc870fc33c2872aa93477523da4a54c841cf9b5 (diff) |
missing "Workplace" string for STR_SVT_MIMETYPE_CNT_FSYSBOX
No one hit upon an idea to hold the "Up One Level" button in the file picker
to notice this? :) Only the bug in MenuButton has helped to discover.
Change-Id: I760eff05dd19c3fdeb4b2052c0c20dbde6f6d2ed
-rw-r--r-- | fpicker/source/office/iodlgimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/iodlgimp.cxx b/fpicker/source/office/iodlgimp.cxx index 9269b07beb8e..0c5165bfc8d5 100644 --- a/fpicker/source/office/iodlgimp.cxx +++ b/fpicker/source/office/iodlgimp.cxx @@ -70,7 +70,7 @@ namespace { ResMgr * operator ()() { - return ResMgr::CreateResMgr ("svs"); + return ResMgr::CreateResMgr ("svl"); } static ResMgr * getOrCreate() { |