diff options
author | Kevin Ferrare <kevin@rockbox.org> | 2005-11-22 22:19:08 +0000 |
---|---|---|
committer | Kevin Ferrare <kevin@rockbox.org> | 2005-11-22 22:19:08 +0000 |
commit | 40cc43a7b686b6225db5c55c496b80c9763d2d5d (patch) | |
tree | 11c4e1345dc9c0d2d8ff33f8803b5f99bc472bc4 /apps/gui/yesno.c | |
parent | f57d0220dd216937a210a18f8ab8394091bb6a08 (diff) |
Commited George Styles's patch which added multi-screen support to the delete menu (gui_yesno)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8045 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/yesno.c')
-rw-r--r-- | apps/gui/yesno.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/yesno.c b/apps/gui/yesno.c index 65f81aaf3e..220f1814dc 100644 --- a/apps/gui/yesno.c +++ b/apps/gui/yesno.c @@ -75,7 +75,7 @@ enum yesno_res gui_syncyesno_run(struct text_message * main_message, switch (button) { case YESNO_OK: -#ifdef TREE_RC_RUN +#ifdef YESNO_RC_OK case YESNO_RC_OK: #endif result=YESNO_YES; |