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
f41c5875
Commit
f41c5875
authored
Sep 24, 2012
by
Frederik Gladhorn
Browse files
Remove status bar. It wasn't used.
parent
2c55d1e5
Changes
1
Show whitespace changes
Inline
Side-by-side
kmag.cpp
View file @
f41c5875
...
@@ -258,7 +258,7 @@ void KmagApp::initActions()
...
@@ -258,7 +258,7 @@ void KmagApp::initActions()
m_pColorBox
->
setWhatsThis
(
i18n
(
"Select a mode to simulate various types of color-blindness."
));
m_pColorBox
->
setWhatsThis
(
i18n
(
"Select a mode to simulate various types of color-blindness."
));
m_pColorBox
->
setToolTip
(
i18n
(
"Color-blindness Simulation Mode"
));
m_pColorBox
->
setToolTip
(
i18n
(
"Color-blindness Simulation Mode"
));
setupGUI
();
setupGUI
(
ToolBar
|
Keys
|
Save
|
Create
);
}
}
void
KmagApp
::
initView
()
void
KmagApp
::
initView
()
...
...
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