mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39509 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f42a2ecdc5
commit
5a7429eea6
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ enum
|
|||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST)
|
||||
NSMoviesDirectory = 17, /** location of video/movie files */
|
||||
NSMusicDirectory = 18, /** location of music files */
|
||||
NSPicturesDirectory = 19, /** location of music files */
|
||||
NSPicturesDirectory = 19, /** location of picture/images files */
|
||||
#endif
|
||||
|
||||
NSAllApplicationsDirectory = 100, /** all app directories */
|
||||
|
|
Loading…
Reference in a new issue