Commit d237ad88 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Avoid reference to deprecated FromLocale() in comments ;)

parent fee38159
......@@ -37,10 +37,7 @@ class ThemeLoader: public SkinObject
ThemeLoader( intf_thread_t *pIntf ): SkinObject( pIntf ) {}
virtual ~ThemeLoader() {}
/**
* The expected fileName must be an UTF-8 string (usually the result of
* a call to FromLocale())
*/
// The expected fileName must be an UTF-8 string
bool load( const string &fileName );
private:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment