aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/editor
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/editor')
-rw-r--r--src/modules/editor/libkvieditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/editor/libkvieditor.cpp b/src/modules/editor/libkvieditor.cpp
index 6ed7b541a..ff2366ef9 100644
--- a/src/modules/editor/libkvieditor.cpp
+++ b/src/modules/editor/libkvieditor.cpp
@@ -46,7 +46,7 @@ static bool editor_module_cleanup(KviModule *)
{
/*
* This causes 2 crashes: one in KviApplication destructor (closing windows needs
- * g_pFrame, that is deleted before this unloading routine) and the second in
+ * g_pMainWindow, that is deleted before this unloading routine) and the second in
* the codetester window (it deletes us in its denstructor, and we tries to back-delete it)
* So it's commented out by now..
*/