DolphinQt: Bring pixmaps up to date with DolphinWX and themes
Also removed PLUGIN from names because there aren't actually any plugins.
This commit is contained in:
parent
ad978122d9
commit
cb496994e3
|
@ -70,10 +70,8 @@ void Resources::UpdatePixmaps()
|
||||||
m_pixmaps[TOOLBAR_FULLSCREEN].load(GIFN("fullscreen"));
|
m_pixmaps[TOOLBAR_FULLSCREEN].load(GIFN("fullscreen"));
|
||||||
m_pixmaps[TOOLBAR_SCREENSHOT].load(GIFN("screenshot"));
|
m_pixmaps[TOOLBAR_SCREENSHOT].load(GIFN("screenshot"));
|
||||||
m_pixmaps[TOOLBAR_CONFIGURE].load(GIFN("config"));
|
m_pixmaps[TOOLBAR_CONFIGURE].load(GIFN("config"));
|
||||||
m_pixmaps[TOOLBAR_PLUGIN_GFX].load(GIFN("graphics"));
|
m_pixmaps[TOOLBAR_GRAPHICS].load(GIFN("graphics"));
|
||||||
m_pixmaps[TOOLBAR_PLUGIN_DSP].load(GIFN("dsp"));
|
m_pixmaps[TOOLBAR_CONTROLLERS].load(GIFN("classic"));
|
||||||
m_pixmaps[TOOLBAR_PLUGIN_GCPAD].load(GIFN("gcpad"));
|
|
||||||
m_pixmaps[TOOLBAR_PLUGIN_WIIMOTE].load(GIFN("wiimote"));
|
|
||||||
m_pixmaps[TOOLBAR_HELP].load(GIFN("nobanner")); // TODO
|
m_pixmaps[TOOLBAR_HELP].load(GIFN("nobanner")); // TODO
|
||||||
// TODO: toolbar[MEMCARD];
|
// TODO: toolbar[MEMCARD];
|
||||||
// TODO: toolbar[HOTKEYS];
|
// TODO: toolbar[HOTKEYS];
|
||||||
|
|
|
@ -33,10 +33,8 @@ public:
|
||||||
TOOLBAR_FULLSCREEN,
|
TOOLBAR_FULLSCREEN,
|
||||||
TOOLBAR_SCREENSHOT,
|
TOOLBAR_SCREENSHOT,
|
||||||
TOOLBAR_CONFIGURE,
|
TOOLBAR_CONFIGURE,
|
||||||
TOOLBAR_PLUGIN_GFX,
|
TOOLBAR_GRAPHICS,
|
||||||
TOOLBAR_PLUGIN_DSP,
|
TOOLBAR_CONTROLLERS,
|
||||||
TOOLBAR_PLUGIN_GCPAD,
|
|
||||||
TOOLBAR_PLUGIN_WIIMOTE,
|
|
||||||
TOOLBAR_HELP,
|
TOOLBAR_HELP,
|
||||||
MEMCARD,
|
MEMCARD,
|
||||||
HOTKEYS,
|
HOTKEYS,
|
||||||
|
|
Loading…
Reference in New Issue