summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-07-23 05:40:45 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-07-23 05:40:45 +0000
commitfe2b376060cfedb2d53b6025fcdef9cdd8604733 (patch)
treec13a789bac4c522757f0ccf245b524a1d76f8566 /apps/gui/option_select.h
parent8584a6bb5d8520b603b89d3fec8ffd13e399143c (diff)
downloadrockbox-fe2b376060cfedb2d53b6025fcdef9cdd8604733.zip
rockbox-fe2b376060cfedb2d53b6025fcdef9cdd8604733.tar.gz
rockbox-fe2b376060cfedb2d53b6025fcdef9cdd8604733.tar.bz2
rockbox-fe2b376060cfedb2d53b6025fcdef9cdd8604733.tar.xz
Fix the text for settings which have a different title than what is shown in the menu (i.e scroll options)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13962 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/option_select.h')
-rw-r--r--apps/gui/option_select.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h
index 8fc19db..e46570f 100644
--- a/apps/gui/option_select.h
+++ b/apps/gui/option_select.h
@@ -21,7 +21,8 @@
#define _GUI_OPTION_SELECT_H_
#include "settings.h"
-bool option_screen(struct settings_list *setting, bool use_temp_var);
+bool option_screen(struct settings_list *setting,
+ bool use_temp_var, unsigned char* option_title);
struct option_select
{