aboutsummaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorMiroslav Safr <miroslav.safr@tieto.com>2010-06-23 11:43:53 +0300
committerSergiy Dubovik <sergiy.dubovik@nokia.com>2010-06-24 09:50:01 +0300
commitb831818a749a7968bb734f12ddbdb984cc6ac983 (patch)
tree0bada5b7f84f7dac72e8328d187c5c59ff2a38b1 /demos
parent51516eb8a5c630aa7a1ad219b18a427649b563ba (diff)
Changes: Icon IDs update according meegotouchtheme
RevBy: TuomasK Details: some icons has changed the name, old invalid IDs stayed in code and sometimes cause problems..
Diffstat (limited to 'demos')
-rw-r--r--demos/widgetsgallery/applets/galleryapplet/gallery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/widgetsgallery/applets/galleryapplet/gallery.cpp b/demos/widgetsgallery/applets/galleryapplet/gallery.cpp
index abfa1148..27db7cf6 100644
--- a/demos/widgetsgallery/applets/galleryapplet/gallery.cpp
+++ b/demos/widgetsgallery/applets/galleryapplet/gallery.cpp
@@ -81,7 +81,7 @@ Gallery::Gallery(const MAppletMetaData &metadata, MDataStore &instanceData, MDat
GalleryModel *model = new GalleryModel();
m_grid->setItemModel(model);
- setIcon(QString("Icon-pictures"));
+ setIcon(QString("icon-l-gallery"));
setTitle(QString("Gallery"));
setView(new GalleryView(this));
}