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 ...@@ -37,10 +37,7 @@ class ThemeLoader: public SkinObject
ThemeLoader( intf_thread_t *pIntf ): SkinObject( pIntf ) {} ThemeLoader( intf_thread_t *pIntf ): SkinObject( pIntf ) {}
virtual ~ThemeLoader() {} virtual ~ThemeLoader() {}
/** // The expected fileName must be an UTF-8 string
* The expected fileName must be an UTF-8 string (usually the result of
* a call to FromLocale())
*/
bool load( const string &fileName ); bool load( const string &fileName );
private: 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