diff options
Diffstat (limited to 'plugins/MirLua/src/icons.cpp')
-rw-r--r-- | plugins/MirLua/src/icons.cpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/plugins/MirLua/src/icons.cpp b/plugins/MirLua/src/icons.cpp index 5d5feacb3e..52940084f3 100644 --- a/plugins/MirLua/src/icons.cpp +++ b/plugins/MirLua/src/icons.cpp @@ -2,11 +2,12 @@ static IconItem Icons[] = { - { LPGEN("Script"), "script", IDI_SCRIPT }, - { LPGEN("Loaded"), "loaded", IDI_LOADED }, - { LPGEN("Failed"), "failed", IDI_FAILED }, - { LPGEN("Open"), "open", IDI_OPEN }, - { LPGEN("Reload"), "reload", IDI_RELOAD }, + { LPGEN("Script"), "script", IDI_SCRIPT }, + { LPGEN("Loaded"), "loaded", IDI_LOADED }, + { LPGEN("Failed"), "failed", IDI_FAILED }, + { LPGEN("Open"), "open", IDI_OPEN }, + { LPGEN("Reload"), "reload", IDI_RELOAD }, + { LPGEN("Compile"), "compile", IDI_COMPILE }, }; void LoadIcons() |