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
26408262
Commit
26408262
authored
Dec 18, 2001
by
Stephan Binner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed c12n.
svn path=/trunk/kdegames/ktron/; revision=127811
parent
bf2ee6ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ktron.cpp
ktron.cpp
+3
-3
No files found.
ktron.cpp
View file @
26408262
...
...
@@ -122,7 +122,7 @@ KTron::KTron(const char *name)
selectAction
->
setItems
(
itemList
);
connect
(
selectAction
,
SIGNAL
(
activated
(
int
)),
this
,
SLOT
(
setVelocity
(
int
)));
selectAction
=
new
KSelectAction
(
i18n
(
"&Drawing
s
tyle"
),
0
selectAction
=
new
KSelectAction
(
i18n
(
"&Drawing
S
tyle"
),
0
,
actionCollection
(),
"select_style"
);
itemList
.
clear
();
itemList
.
append
(
i18n
(
"&3D Line"
));
...
...
@@ -151,10 +151,10 @@ KTron::KTron(const char *name)
action
=
new
KAction
(
i18n
(
"Color Player &2..."
),
0
,
this
,
SLOT
(
colorPl2
()),
actionCollection
(),
"color_player2"
);
action
->
plugAccel
(
accel
);
action
=
new
KAction
(
i18n
(
"&Background
c
olor..."
),
0
,
this
,
SLOT
(
colorBackground
()),
action
=
new
KAction
(
i18n
(
"&Background
C
olor..."
),
0
,
this
,
SLOT
(
colorBackground
()),
actionCollection
(),
"color_background"
);
action
->
plugAccel
(
accel
);
action
=
new
KAction
(
i18n
(
"B&ackground
i
mage..."
),
0
,
this
,
SLOT
(
chooseBgPix
()),
action
=
new
KAction
(
i18n
(
"B&ackground
I
mage..."
),
0
,
this
,
SLOT
(
chooseBgPix
()),
actionCollection
(),
"background_image"
);
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