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
PIM
PIM Messagelib
Commits
69165aac
Commit
69165aac
authored
Apr 13, 2021
by
Laurent Montel
😁
Browse files
Fix typo
parent
2d745eeb
Pipeline
#57871
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/src/snippet/convertsnippetvariablemenu.cpp
View file @
69165aac
...
...
@@ -86,7 +86,7 @@ void ConvertSnippetVariableMenu::initializeMenu(bool onlyMenuForCustomizeAttachm
Q_EMIT
insertVariable
(
MessageComposer
::
ConvertSnippetVariablesUtil
::
BccName
);
});
mMenu
->
addMenu
(
ccMenuVariable
);
mMenu
->
addMenu
(
b
ccMenuVariable
);
auto
attachmentMenuVariable
=
new
QMenu
(
i18n
(
"Attachment"
),
mMenu
);
attachmentMenuVariable
->
addAction
(
i18n
(
"Number Of Attachments"
),
this
,
[
this
]()
{
...
...
Write
Preview
Markdown
is supported
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