From e760f9c16f06e67ba500919fcc075b17f437ae1d Mon Sep 17 00:00:00 2001 From: eidheim Date: Mon, 19 Dec 2016 10:12:06 +0100 Subject: [PATCH] Moved and renamed right click menu's Toggle Line Comment to Toggle Comments so that it corresponds to the normal menu --- src/menu.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/menu.cc b/src/menu.cc index 8327c81..daea9fa 100644 --- a/src/menu.cc +++ b/src/menu.cc @@ -21,6 +21,12 @@ const Glib::ustring menu_xml= R"RAW( app.edit_paste +
+ + _Toggle _Comments + app.source_comments_toggle + +
_Go _to _Declaration @@ -43,12 +49,6 @@ const Glib::ustring menu_xml= R"RAW( app.source_rename
-
- - _Toggle _Line _Comment - app.source_comments_toggle - -
@@ -77,7 +77,7 @@ const Glib::ustring menu_xml= R"RAW(
- _Toggle _Line _Comment + _Toggle _Comments app.source_comments_toggle