Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
2
Star
3
Fork
4
propra12-orga
/
gruppe15
Code
Issues
0
Pull requests
0
Projects
0
Insights
Permalink
Browse files
umlaut fix
Loading branch information
...
M4urice
committed
Jul 2, 2012
1 parent
9e93937
commit
0bb1e521da01fcc118b060cfcb02e45ee2b37125
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
src/gui/GUI.java
Show comments
View
2
src/gui/GUI.java
@@ -178,7 +178,7 @@ public GUI(Container frame, Game g) {
this
.
menubar
.
add(
this
.
leveleditor);
-
this
.
about
=
new
JMenuItem
(
"
Über
"
);
+
this
.
about
=
new
JMenuItem
(
"
/u00FCber
"
);
this
.
about
.
addActionListener(
this
);
this
.
menubar
.
add(
this
.
about);
Toggle all file notes
0 comments on commit
0bb1e52
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
Press h to open a hovercard with more details.
0 comments on commit
0bb1e52