- Timestamp:
- Jan 3, 2018, 9:53:29 PM (7 years ago)
- Location:
- s10k/Vago
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
s10k/Vago/readme.txt
r1093 r1098 37 37 ---------------------------------- 38 38 Change Log: 39 ---------------------------------- 40 1.4a, 03-01-2018 41 - Fixed bug while saving project file. Levels tab rows were being saved in Objects tab. 39 42 ---------------------------------- 40 43 1.4, 30-12-2017 -
s10k/Vago/utilvago.h
r1093 r1098 11 11 namespace GlobalVars{ 12 12 13 const QString AppVersion="1.4 ";13 const QString AppVersion="1.4a"; 14 14 const QString LastCompatibleVersion = "1.4"; 15 15 const QString ToolsFolder = "tools"; -
s10k/Vago/xmlParsers/projectfilevago.cpp
r1093 r1098 291 291 // Levels tab 292 292 293 currentTableName = ObjectsTableName;293 currentTableName = LevelsTableName; 294 294 295 295 currentNodeTable = fWriteTabGenericData(rootNode, newProjectData.levelsTable, currentTableName);
Note:
See TracChangeset
for help on using the changeset viewer.