Resident friendly login panel

This commit is contained in:
Siana Gearz
2011-02-13 05:45:21 +01:00
parent 72c4c52372
commit df03bbda0c
6 changed files with 75 additions and 86 deletions

View File

@@ -954,7 +954,7 @@ void HippoGridManager::saveFile()
}
// write client grid info file
std::string fileName = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "grid_info.xml");
std::string fileName = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "grids_sg1.xml");
llofstream file;
file.open(fileName.c_str());
if (file.is_open())