* Should fix the default desktop background (Haiku logo) since the move of the

artwork folder.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29922 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-04-05 08:41:48 +00:00
parent c066660256
commit 4d16240245
+1 -1
View File
@@ -461,7 +461,7 @@ TTracker::InstallTemporaryBackgroundImages()
// make the large Haiku Logo the default background
BPath path;
status_t status = find_directory(B_BEOS_ETC_DIRECTORY, &path);
status_t status = find_directory(B_SYSTEM_DATA_DIRECTORY, &path);
if (status < B_OK) {
BString errorMessage;
errorMessage << "At " << __PRETTY_FUNCTION__ << "\n";