summaryrefslogtreecommitdiff
path: root/src/bin/wx/OPJViewer/source/OPJThreads.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/wx/OPJViewer/source/OPJThreads.cpp')
-rw-r--r--src/bin/wx/OPJViewer/source/OPJThreads.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/wx/OPJViewer/source/OPJThreads.cpp b/src/bin/wx/OPJViewer/source/OPJThreads.cpp
index 86570752..90a9206e 100644
--- a/src/bin/wx/OPJViewer/source/OPJThreads.cpp
+++ b/src/bin/wx/OPJViewer/source/OPJThreads.cpp
@@ -420,7 +420,7 @@ BEGIN_EVENT_TABLE(OPJMarkerTree, wxGenericTreeCtrl)
/*EVT_TREE_KEY_DOWN(TreeTest_Ctrl, OPJMarkerTree::OnTreeKeyDown)*/
/*EVT_TREE_ITEM_ACTIVATED(TreeTest_Ctrl, OPJMarkerTree::OnItemActivated)*/
- // so many differents ways to handle right mouse button clicks...
+ // so many different ways to handle right mouse button clicks...
/*EVT_CONTEXT_MENU(OPJMarkerTree::OnContextMenu)*/
// EVT_TREE_ITEM_MENU is the preferred event for creating context menus
// on a tree control, because it includes the point of the click or item,