mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Change in sXMLFile
git-svn-id: svn://ultimatepp.org/upp/trunk@616 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
90cd86424e
commit
d38d330c04
1 changed files with 3 additions and 2 deletions
|
|
@ -170,10 +170,11 @@ bool LoadFromXML(Callback1<XmlIO> xmlize, const String& xml)
|
|||
|
||||
static String sXMLFile(const char *file)
|
||||
{
|
||||
if(file)
|
||||
return file ? String(file) : ConfigFile(GetExeTitle() + ".xml");
|
||||
/* if(file)
|
||||
return IsFullPath(file) ? String(file) : ConfigFile(file);
|
||||
else
|
||||
return ConfigFile(GetExeTitle() + ".xml");
|
||||
return ConfigFile(GetExeTitle() + ".xml");*/
|
||||
}
|
||||
|
||||
bool StoreAsXMLFile(Callback1<XmlIO> xmlize, const char *name, const char *file)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue