diff options
Diffstat (limited to 'gui/action.cpp')
-rw-r--r-- | gui/action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/action.cpp b/gui/action.cpp index a3cf22ef2..d75843044 100644 --- a/gui/action.cpp +++ b/gui/action.cpp @@ -496,7 +496,7 @@ int GUIAction::reload(std::string arg) { // Loading the custom theme failed - try loading the stock theme LOGINFO("Attempting to reload stock theme...\n"); - if (PageManager::ReloadPackage("TWRP", "/res/ui.xml")) + if (PageManager::ReloadPackage("TWRP", TWRES "ui.xml")) { LOGERR("Failed to load base packages.\n"); ret_val = 1; |