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
744070e2
Commit
744070e2
authored
Jul 09, 2002
by
Malcolm Hunter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected typographical errors
svn path=/trunk/kdegames/ktron/; revision=165656
parent
f72a5edd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ktronui.rc
ktronui.rc
+1
-1
main.cpp
main.cpp
+2
-2
No files found.
ktronui.rc
View file @
744070e2
...
...
@@ -2,7 +2,7 @@
<kpartgui
name=
"ktron"
version=
"1"
>
<MenuBar>
<Menu
name=
"settings"
append=
"configure_merge"
><text>
&
Settings
</text>
<Menu
name=
"computerplayer"
><text>
&
Computer
p
layer
</text>
<Menu
name=
"computerplayer"
><text>
&
Computer
P
layer
</text>
<Action
name=
"computer_player1"
/>
<Action
name=
"computer_player2"
/>
<Separator/>
...
...
main.cpp
View file @
744070e2
...
...
@@ -29,9 +29,9 @@
#include "ktron.h"
#include "version.h"
static
const
char
*
description
=
I18N_NOOP
(
"A race in
the
hyperspace"
);
static
const
char
*
description
=
I18N_NOOP
(
"A race in hyperspace"
);
static
const
char
*
notice
=
I18N_NOOP
(
"(c) 1998-2000, Matthias Kiefer
\n\n
"
"Parts of the algorithms for the computerplayer are from
\n
"
"Parts of the algorithms for the computer
player are from
\n
"
"xtron-1.1 by Rhett D. Jacobs <rhett@hotel.canberra.edu.au>"
);
...
...
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