- Changed the well-known "Downloads" dir to be named "downloads" for
consistency. All well-known directories in the home dir ("mail", "people", "config") are all lowercase. The only exception was the "Downloads" one. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27199 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c63991d1f5
commit
dcf3842b09
@ -3437,8 +3437,8 @@ WellKnowEntryList::WellKnowEntryList()
|
|||||||
|
|
||||||
AddOne((directory_which)B_USER_PEOPLE_DIRECTORY, B_USER_DIRECTORY, "people", "people");
|
AddOne((directory_which)B_USER_PEOPLE_DIRECTORY, B_USER_DIRECTORY, "people", "people");
|
||||||
|
|
||||||
AddOne((directory_which)B_USER_DOWNLOADS_DIRECTORY, B_USER_DIRECTORY, "Downloads",
|
AddOne((directory_which)B_USER_DOWNLOADS_DIRECTORY, B_USER_DIRECTORY, "downloads",
|
||||||
"Downloads");
|
"downloads");
|
||||||
}
|
}
|
||||||
|
|
||||||
WellKnowEntryList *WellKnowEntryList::self = NULL;
|
WellKnowEntryList *WellKnowEntryList::self = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user