summaryrefslogtreecommitdiffstats
path: root/knights/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/core.cpp')
-rw-r--r--knights/core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/core.cpp b/knights/core.cpp
index 666547f..2b72490 100644
--- a/knights/core.cpp
+++ b/knights/core.cpp
@@ -756,7 +756,7 @@ void core::matchMenu( int opt )
case MENU_HINT:
currentMatch->requestHint();
break;
- /* Qt::Orientation */
+ /* Orientation */
case MENU_ORIENTATION:
currentMatch->flip();
break;