mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +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
e5ef35a150
commit
0c0cc7aedc
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