mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
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:
@ -70,10 +70,8 @@ void Resources::UpdatePixmaps()
|
||||
m_pixmaps[TOOLBAR_FULLSCREEN].load(GIFN("fullscreen"));
|
||||
m_pixmaps[TOOLBAR_SCREENSHOT].load(GIFN("screenshot"));
|
||||
m_pixmaps[TOOLBAR_CONFIGURE].load(GIFN("config"));
|
||||
m_pixmaps[TOOLBAR_PLUGIN_GFX].load(GIFN("graphics"));
|
||||
m_pixmaps[TOOLBAR_PLUGIN_DSP].load(GIFN("dsp"));
|
||||
m_pixmaps[TOOLBAR_PLUGIN_GCPAD].load(GIFN("gcpad"));
|
||||
m_pixmaps[TOOLBAR_PLUGIN_WIIMOTE].load(GIFN("wiimote"));
|
||||
m_pixmaps[TOOLBAR_GRAPHICS].load(GIFN("graphics"));
|
||||
m_pixmaps[TOOLBAR_CONTROLLERS].load(GIFN("classic"));
|
||||
m_pixmaps[TOOLBAR_HELP].load(GIFN("nobanner")); // TODO
|
||||
// TODO: toolbar[MEMCARD];
|
||||
// TODO: toolbar[HOTKEYS];
|
||||
|
Reference in New Issue
Block a user