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
Accessibility
KMag
Commits
30826463
Commit
30826463
authored
Oct 08, 2012
by
André Marcelo Alvarenga
Browse files
No double spaces in po file
parent
1b27a0c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
kmag.cpp
View file @
30826463
...
...
@@ -147,9 +147,9 @@ void KmagApp::initActions()
connect
(
refreshSwitch
,
SIGNAL
(
triggered
(
bool
)),
SLOT
(
slotToggleRefresh
()));
refreshSwitch
->
setShortcuts
(
KStandardShortcut
::
reload
());
refreshSwitch
->
setToolTip
(
i18n
(
"Click to stop window refresh"
));
refreshSwitch
->
setWhatsThis
(
i18n
(
"Clicking on this icon will <b>start</b> / <b>stop</b>
\
updating of the display. Stopping the update will zero the processing power
\
required (CPU usage)"
));
refreshSwitch
->
setWhatsThis
(
i18n
(
"Clicking on this icon will <b>start</b> / <b>stop</b>
"
"
updating of the display. Stopping the update will zero the processing power
"
"
required (CPU usage)"
));
m_pSnapshot
=
actionCollection
()
->
addAction
(
QLatin1String
(
"snapshot"
));
m_pSnapshot
->
setIcon
(
KIcon
(
QLatin1String
(
"ksnapshot"
)));
...
...
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