searchfw/plugins/filesplugin/src/filessearcher.cpp
branchRCL_3
changeset 5 42814f902fe6
parent 0 f979ecb2b13e
--- a/searchfw/plugins/filesplugin/src/filessearcher.cpp	Tue Feb 02 10:12:19 2010 +0200
+++ b/searchfw/plugins/filesplugin/src/filessearcher.cpp	Fri Feb 19 22:49:53 2010 +0200
@@ -340,7 +340,7 @@
 	//Set the content class Id as KSearchCClassFilenamesUid
 	searchResult->SetContentClassId( KSearchCClassFilenamesUid );
 	//If file is found from memory card
-	_LIT( KMemCard, "E:" );
+	_LIT( KMemCard, "F:" );
 	TInt found = path->Find( KMemCard );
 	if ( !found )
 	    {