aboutsummaryrefslogtreecommitdiff
path: root/gui/themebrowser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/themebrowser.cpp')
-rw-r--r--gui/themebrowser.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/themebrowser.cpp b/gui/themebrowser.cpp
index 1ebe7eebde..c8beea392d 100644
--- a/gui/themebrowser.cpp
+++ b/gui/themebrowser.cpp
@@ -85,9 +85,9 @@ void ThemeBrowser::updateListing() {
// classic is always build in
Entry th;
- th.name = "classic";
- th.type = "classic";
- th.file = "classic";
+ th.name = "Classic (Builtin)";
+ th.type = "Classic";
+ th.file = "Classic (Builtin)";
_themes.push_back(th);
// we are using only the paths 'themepath', 'extrapath', DATA_PATH and '.'