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
Utilities
Konsole
Commits
80ba5720
Commit
80ba5720
authored
Jun 20, 2007
by
Frank Osterfeld
Browse files
terminate commandline options array correctly, fixes crash on startup
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=678181
parent
c699a298
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/start.cpp
View file @
80ba5720
...
...
@@ -52,7 +52,8 @@ static KCmdLineOptions options[] =
// TODO - Update this when F12 is no longer hard coded
{
"background-mode"
,
I18N_NOOP
(
"Start Konsole in the background"
" and bring to the front when the F12"
" key is pressed"
)
,
0
}
" key is pressed"
)
,
0
},
KCmdLineLastOption
};
// ***
...
...
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