Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Utilities
Filelight
Commits
f8fcb230
Commit
f8fcb230
authored
Sep 16, 2020
by
Efe Çiftci
Committed by
Martin Tobias Holmedahl Sandsmark
Sep 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update widgetEvents.cpp with updated doNotScanItem string
parent
7e912e40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/radialMap/widgetEvents.cpp
src/radialMap/widgetEvents.cpp
+1
-1
No files found.
src/radialMap/widgetEvents.cpp
View file @
f8fcb230
...
...
@@ -324,7 +324,7 @@ void RadialMap::Widget::mousePressEvent(QMouseEvent *e)
}
popup
.
addSeparator
();
doNotScanItem
=
popup
.
addAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"list-remove"
)),
i18n
(
"Do &Not Scan
This Folder
"
));
doNotScanItem
=
popup
.
addAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"list-remove"
)),
i18n
(
"
Add to
Do &Not Scan
List
"
));
}
else
{
openFile
=
popup
.
addAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"document-open"
)),
i18nc
(
"Scan/open the path of the selected element"
,
"&Open"
));
}
...
...
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