Skip to content

Commit f0c594a

Browse files
change the string (#1030)
1 parent 0e45f3c commit f0c594a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/aoapplication.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,7 @@ class AOApplication : public QObject
319319
// Currently defined subtheme
320320
QString subtheme;
321321

322-
// Default is always default.
323-
const QString default_theme = "default";
322+
const QString default_theme = "AceAttorney";
324323

325324
// The file name of the log file in base/logs.
326325
QString log_filename;

0 commit comments

Comments
 (0)