mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
dialog for column selection; column settings are stored
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@77 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -395,10 +395,10 @@ void Packaged::open(const String& package) {
|
||||
}
|
||||
}
|
||||
void Packaged::save() {
|
||||
//writeFile(thisT().fileName, thisT());
|
||||
// writeFile(thisT().fileName, thisT());
|
||||
Package::save();
|
||||
}
|
||||
void Packaged::saveAs(const String& package) {
|
||||
//writeFile(thisT().fileName, thisT());
|
||||
// writeFile(thisT().fileName, thisT());
|
||||
Package::saveAs(package);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user