1
0
Fork 0
forked from len0rd/rockbox

Remove "Install All" button from themes install window and replace it with a note on how to select multiple themes for installation.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18514 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2008-09-14 19:56:58 +00:00
parent ebe652b51a
commit d4404d3de0
3 changed files with 16 additions and 26 deletions

View file

@ -44,7 +44,6 @@ class ThemesInstallWindow : public QDialog
public slots:
void accept(void);
void acceptAll(void);
private:
Ui::ThemeInstallFrm ui;