diff --git a/symbian/src/xwappview.cpp b/symbian/src/xwappview.cpp index d97e11b6d..fc8507d68 100644 --- a/symbian/src/xwappview.cpp +++ b/symbian/src/xwappview.cpp @@ -949,7 +949,7 @@ CXWordsAppView::LoadPrefs() /* Read in prefs etc. */ RFileReadStream reader; CleanupClosePushL(reader); - TInt err = reader.Open( fs, filename, EFileRead ); + TInt err = reader.Open( fs, nameD, EFileRead ); TBool found = err == KErrNone; if ( found ) {