Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37732831
en ru br
ALT Linux repos
S:20.03-alt9
5.0: 8.02-alt3
4.1: 8.02-alt1
4.0: 1.0-alt0.svn4742

Group :: Development/C++
RPM: codeblocks

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: codeblocks-language-detection-from-locale.patch
Download


--- a/src/src/app.cpp
+++ b/src/src/app.cpp
@@ -511,7 +511,7 @@ void CodeBlocksApp::InitLocale()
 
     wxString path(ConfigManager::GetDataFolder() + _T("/locale"));
 
-    if (cfg->ReadBool(_T("/locale/enable"), false) == false)
+    if (cfg->ReadBool(_T("/locale/enable"), true) == false)
         return;
 
     wxString lang(cfg->Read(_T("/locale/language")));
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin