* Renamed settings file (removed the "pinc" part of it).
* Removed BeOS compatible flag from the subdir. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28661 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4eebe02c1d
commit
5d029ca0bd
@ -1,7 +1,5 @@
|
||||
SubDir HAIKU_TOP src apps sudoku ;
|
||||
|
||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
|
||||
UsePrivateHeaders shared ;
|
||||
|
||||
Application Sudoku :
|
||||
|
@ -296,7 +296,7 @@ SudokuWindow::_OpenSettings(BFile& file, uint32 mode)
|
||||
if (find_directory(B_USER_SETTINGS_DIRECTORY, &path) != B_OK)
|
||||
return B_ERROR;
|
||||
|
||||
path.Append("pinc.Sudoku settings");
|
||||
path.Append("Sudoku settings");
|
||||
|
||||
return file.SetTo(path.Path(), mode);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user