Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
KSnakeDuel
Commits
12c6ceaf
Commit
12c6ceaf
authored
Feb 15, 2002
by
Benjamin Meyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed Exit to Quit
svn path=/trunk/kdegames/ktron/; revision=136740
parent
8b91ecb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ktron.cpp
ktron.cpp
+1
-1
No files found.
ktron.cpp
View file @
12c6ceaf
...
...
@@ -86,7 +86,7 @@ KTron::KTron(const char *name)
action
=
new
KAction
(
i18n
(
"&New Game"
),
KStdAccel
::
openNew
(),
tron
,
SLOT
(
newGame
()),
actionCollection
(),
"game_new"
);
action
->
plugAccel
(
accel
);
action
=
new
KAction
(
i18n
(
"&
Ex
it"
),
KStdAccel
::
quit
(),
this
,
SLOT
(
quit
()),
action
=
new
KAction
(
i18n
(
"&
Qu
it"
),
KStdAccel
::
quit
(),
this
,
SLOT
(
quit
()),
actionCollection
(),
"game_quit"
);
action
->
plugAccel
(
accel
);
...
...
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