diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-05-20 20:56:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-05-23 12:31:12 +0100 |
commit | 3fc12f71b9f1acc00b093c138d4f3de00f853ac6 (patch) | |
tree | 114d009f0653e5efc1e7b4fba7dad16b1d51daea /framework/source | |
parent | 87441058ea4282ac98a6bd4568f28b2d2c5af895 (diff) |
this can be const
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/uiconfiguration/imagemanagerimpl.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/source/uiconfiguration/imagemanagerimpl.cxx b/framework/source/uiconfiguration/imagemanagerimpl.cxx index 9e2ec124f77b..187ee30d9757 100644 --- a/framework/source/uiconfiguration/imagemanagerimpl.cxx +++ b/framework/source/uiconfiguration/imagemanagerimpl.cxx @@ -91,6 +91,8 @@ static const char IMAGE_FOLDER[] = "images"; static const char BITMAPS_FOLDER[] = "Bitmaps"; static const char IMAGE_EXTENSION[] = ".png"; +static const char ModuleImageList[] = "private:resource/images/moduleimages"; + static const char* IMAGELIST_XML_FILE[] = { "sc_imagelist.xml", @@ -105,7 +107,6 @@ static const char* BITMAP_FILE_NAMES[] = namespace framework { - static char ModuleImageList[] = "private:resource/images/moduleimages"; static GlobalImageList* pGlobalImageList = 0; static const char* ImageType_Prefixes[ImageType_COUNT] = { |