Support for icons in png format

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@214 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 69cd268e7a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-01-27 (Wed, 27 Jan 2010)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2010-01-27 14:36:15 +00:00
parent 7c1b9aa6cc
commit 980a508f6c
6 changed files with 117 additions and 83 deletions

View File

@@ -2298,6 +2298,7 @@ int CNeutrinoApp::run(int argc, char **argv)
SetupFonts();
SetupTiming();
g_PicViewer = new CPictureViewer();
colorSetupNotifier = new CColorSetupNotifier;
colorSetupNotifier->changeNotify(NONEXISTANT_LOCALE, NULL);
hintBox = new CHintBox(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(LOCALE_NEUTRINO_STARTING));
@@ -2382,7 +2383,6 @@ int CNeutrinoApp::run(int argc, char **argv)
g_PluginList = new CPlugins;
g_PluginList->setPluginDir(PLUGINDIR);
g_PicViewer = new CPictureViewer();
// mount shares before scanning for plugins
CFSMounter::automount();
//load Pluginlist before main menu (only show script menu if at least one script is available