Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
Umbrello
Commits
4989e68f
Commit
4989e68f
authored
Oct 13, 2021
by
Oliver Kellogg
Browse files
umbrello/menus/listpopupmenu.cpp
- In function insert(const MenuType, KMenu*) remove useless comment.
parent
50ef037a
Changes
1
Show whitespace changes
Inline
Side-by-side
umbrello/menus/listpopupmenu.cpp
View file @
4989e68f
...
...
@@ -228,7 +228,6 @@ void ListPopupMenu::insert(const MenuType m, KMenu* menu)
case
mt_Node
:
LPMISI
(
it_Node
,
i18n
(
"Node"
));
break
;
//case mt_Node: LPMISI(it_Node, i18n("Node...")); break;
case
mt_Note
:
LPMISI
(
it_Note
,
i18n
(
"Note..."
));
break
;
//case mt_Note: LPMISI(it_Note, i18n("Note...")); break;
case
mt_Object
:
LPMISI
(
it_Object
,
i18n
(
"Object..."
));
break
;
case
mt_Object_Node
:
LPMISI
(
it_Object_Node
,
i18n
(
"Object Node"
));
break
;
case
mt_Open_File
:
LPMISI
(
it_File_Open
,
i18n
(
"Open file"
));
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment