|
|
string parentPath = currentCheatFile.Replace(titleModsPath, "");
|
|
string parentPath = currentCheatFile.Replace(titleModsPath, "");
|
|
|
parentIter = ((TreeStore)_cheatTreeView.Model).AppendValues(false, buildId, parentPath, "");
|
|
parentIter = ((TreeStore)_cheatTreeView.Model).AppendValues(false, buildId, parentPath, "");
|