Fix encoding issue with file names
commit8d5ba10ce0e5f774f09495da5546bf5e86b0fe79
authorjlh <jlh@gmx.ch>
Tue, 4 Nov 2008 23:41:34 +0000 (5 00:41 +0100)
committerjlh <jlh@gmx.ch>
Tue, 4 Nov 2008 23:41:34 +0000 (5 00:41 +0100)
tree10eb5fb111d5a98f4bb2ea14524ccd691c78cb69
parent4d6c6d920c9472a2590907e5b1d7f6b8c75ae1de
Fix encoding issue with file names

Assigning char * to QString uses QString::fromAscii(), which does
the wrong thing if you have fancy characters.
preferences.cpp