summaryrefslogtreecommitdiff
path: root/src/progs/manaplus/actions/windows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/progs/manaplus/actions/windows.cpp')
-rw-r--r--src/progs/manaplus/actions/windows.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/progs/manaplus/actions/windows.cpp b/src/progs/manaplus/actions/windows.cpp
index 816a1952d..7368ec287 100644
--- a/src/progs/manaplus/actions/windows.cpp
+++ b/src/progs/manaplus/actions/windows.cpp
@@ -133,6 +133,8 @@ impHandler(helpWindowShow)
return showHelpPage("chatgm", true);
case ChatTabType::CHANNEL:
return showHelpPage("chatchannel", true);
+ case ChatTabType::CLAN:
+ return showHelpPage("chatclan", true);
default:
case ChatTabType::UNKNOWN:
case ChatTabType::INPUT: