You are receiving this mail because:
You are the assignee for the bug, or are watching the assignee.
dhdev gmx de changed:
What |Removed |Added
Status|UNCNFIRMED |RESLVED
Resolution| |FIXED
Additional Comments From dhdev gmx de 2007-02-09 17:42
SVN commit 631968 by dhaumann:
honor current locale for QCString to QString conversion.
Thanks for the patch, looking forward to more :)
BUG: 140929
M +1 -1 kateapp.cpp
#631967:631968
@ -166,7 +166,7 @
// user specified session to open
if (m_args->isSet ("start"))
{
- sessionManager()->activateSession (sessionManager()->giveSession (m_args->("start")), false, false);
+ sessionManager()->activateSession (sessionManager()->giveSession (QString::fromLocal8Bit(m_args->("start"))), false, false);
}
else
{
KWrite-Devel mailing list
KWrite-Devel (AT) kde (DOT) org