diff options
author | Jens Arnold <amiconn@rockbox.org> | 2005-02-11 07:05:25 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2005-02-11 07:05:25 +0000 |
commit | 7999e75204986c053e187d5a5bfec307641e4b24 (patch) | |
tree | 9ff406fedd3d5e29847cd5d023ed44492f225371 /uisimulator | |
parent | df2e3b4080c9c4d7ea60045c2c819bfc97e61234 (diff) |
Fixed gmini X11 simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5898 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/x11/screenhack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/x11/screenhack.c b/uisimulator/x11/screenhack.c index b84ab9a61e..75a7ed4d93 100644 --- a/uisimulator/x11/screenhack.c +++ b/uisimulator/x11/screenhack.c @@ -108,7 +108,7 @@ "., INS MODE\n" \ "/, (1) RECORD\n" -#elif CONFIG_KEYPAD == GMINI_PAD +#elif CONFIG_KEYPAD == GMINI100_PAD #define KEYBOARD_SPECIFIC \ "8, Up UP\n" \ "2, Down DOWN\n" \ |