[sword-cvs] sword/src/mgr swlocale.cpp,1.6,1.7
sword@www.crosswire.org
sword@www.crosswire.org
Sun, 18 Jan 2004 13:27:10 -0700
Update of /cvs/core/sword/src/mgr
In directory www:/tmp/cvs-serv16835/src/mgr
Modified Files:
swlocale.cpp
Log Message:
oops ;)
Index: swlocale.cpp
===================================================================
RCS file: /cvs/core/sword/src/mgr/swlocale.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- swlocale.cpp 18 Jan 2004 20:24:04 -0000 1.6
+++ swlocale.cpp 18 Jan 2004 20:27:08 -0000 1.7
@@ -44,9 +44,9 @@
if (confEntry != localeSource->Sections["Meta"].end())
stdstr(&description, (*confEntry).second.c_str());
- confEntry = localeSource->Sections["Meta"].find("Description");
+ confEntry = localeSource->Sections["Meta"].find("Encoding");
if (confEntry != localeSource->Sections["Meta"].end())
- stdstr(&description, (*confEntry).second.c_str());
+ stdstr(&encoding, (*confEntry).second.c_str());
}