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
Accessibility
KMag
Commits
30826463
Commit
30826463
authored
Oct 08, 2012
by
André Marcelo Alvarenga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No double spaces in po file
parent
1b27a0c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
kmag.cpp
kmag.cpp
+3
-3
No files found.
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
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