summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/mlua_icons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirLua/src/mlua_icons.cpp')
-rw-r--r--plugins/MirLua/src/mlua_icons.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/MirLua/src/mlua_icons.cpp b/plugins/MirLua/src/mlua_icons.cpp
index b8da8bce9e..175e5c62e8 100644
--- a/plugins/MirLua/src/mlua_icons.cpp
+++ b/plugins/MirLua/src/mlua_icons.cpp
@@ -3,7 +3,10 @@
IconItemT Icons[] =
{
{ LPGENT("Script"), "script", IDI_SCRIPT },
+ { LPGENT("Loaded"), "loaded", IDI_LOADED },
+ { LPGENT("Failed"), "failed", IDI_FAILED },
{ LPGENT("Open"), "open", IDI_OPEN },
+ { LPGENT("Reload"), "reload", IDI_RELOAD },
};
void InitIcons()