summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sw/source/uibase/utlui/glbltree.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/utlui/glbltree.cxx b/sw/source/uibase/utlui/glbltree.cxx
index 3261050f3a6c..360a2ddbea8b 100644
--- a/sw/source/uibase/utlui/glbltree.cxx
+++ b/sw/source/uibase/utlui/glbltree.cxx
@@ -608,7 +608,7 @@ void SwGlobalTree::ExecuteContextMenuAction(const OString& rSelectedPopupEntry)
pCont = nullptr;
bUpdateHard = true;
}
- else if (rSelectedPopupEntry == "edit")
+ else if (rSelectedPopupEntry == "editcontent")
{
OSL_ENSURE(pCont, "edit without entry ? " );
if (pCont)