forked from len0rd/rockbox
Give the plugin menu its own title (when configured). Fixes FS #7371
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13856 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
28b0c58726
commit
5737254429
2 changed files with 7 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ static int browser(void* param)
|
|||
#endif
|
||||
case GO_TO_BROWSEPLUGINS:
|
||||
filter = SHOW_PLUGINS;
|
||||
snprintf(folder, MAX_PATH, "%s/", PLUGIN_DIR);
|
||||
snprintf(folder, MAX_PATH, "%s", PLUGIN_DIR);
|
||||
break;
|
||||
}
|
||||
ret_val = rockbox_browse(folder, filter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue