Skip to content

Commit 7ce1f84

Browse files
committed
fix conflict with RME settings
1 parent a988170 commit 7ce1f84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ void Settings::load()
368368
use_file_cfg = true;
369369
g_settings.setInteger(Config::INDIRECTORY_INSTALLATION, 1);
370370
} else { // Use registry
371-
conf = newd wxConfig("Remere's Map Editor", "Remere", "", "", wxCONFIG_USE_GLOBAL_FILE);
371+
conf = newd wxConfig("Mapeditor", "OTAcademy", "", "", wxCONFIG_USE_GLOBAL_FILE);
372372
g_settings.setInteger(Config::INDIRECTORY_INSTALLATION, 0);
373373
}
374374
#else

0 commit comments

Comments
 (0)