Edit menu not complete?
Brought to you by:
ralfs
Hello... First off, this is a really great game you've
got. Very fun!
I'm having one problem which I suspect has more to do
with me than the game itself, but the only item in my
"Edit" menu in the game is "Edit Current Level." That
option works fine, but what I'd really like to do is
create all new levels. All of the other menu options
described int the manual that *should* be under Edit
simply aren't. Any idea what I'm doing wrong? I'm
running Easysok 0.3.3 on KDE 3.1.4.
Thanks!
Logged In: NO
I had the same problem. I do not know if it is a difference
in libraries (such as XML parsing). But to get around it, I
changed the file /opt/kde3/share/apps/easysok/easysokui.rc.
I changed the 3 lines:
<Action name="InsertNewLevel"
text="&s;Insert New Level ..."
/>
to the single line without the "text" part:
<Action name="InsertNewLevel" />
Then, all of those other menu items appear for me.
- Jay