From a07a866c1916dba7d00ef6db7e62eaf4bc6a6ba1 Mon Sep 17 00:00:00 2001 From: "bmlk%gmx.de" Date: Thu, 17 Jun 2004 05:11:31 +0000 Subject: [PATCH] bustage fix --- embedding/tests/winEmbed/winEmbed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedding/tests/winEmbed/winEmbed.cpp b/embedding/tests/winEmbed/winEmbed.cpp index 97e4dcae024..61fc08fd341 100644 --- a/embedding/tests/winEmbed/winEmbed.cpp +++ b/embedding/tests/winEmbed/winEmbed.cpp @@ -825,7 +825,7 @@ nsresult StartupProfile() if (NS_FAILED(rv)) return rv; - appDirData->Append(NS_LITERAL_STRING("winembed")); + appDataDir->Append(NS_LITERAL_STRING("winembed")); nsCOMPtr localAppDataDir(do_QueryInterface(appDataDir)); nsCOMPtr locProvider;