Mercurial > s60_experiments
diff DemoCube/src/DemoCubeAppView.cpp @ 5:f546bb5370c7 default tip
Added a readme and a TODO in the source code.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Tue, 12 Feb 2008 19:09:21 -0600 |
parents | 0a2b5a968ce7 |
children |
line wrap: on
line diff
--- a/DemoCube/src/DemoCubeAppView.cpp Tue Feb 12 18:08:45 2008 -0600 +++ b/DemoCube/src/DemoCubeAppView.cpp Tue Feb 12 19:09:21 2008 -0600 @@ -92,6 +92,9 @@ iPicture = new (ELeave) CFbsBitmap; if (iPicture) iPicture->Create(iSize, displayMode); //EColor16MA + // TODO: We're hard-coding the 'c' drive here, but the user + // could've installed the program to a different drive. Obtain + // the drive letter dynamically. iLoader = CImageLoader::NewL( 'c' ); iLoader->LoadImage( KPicture, iPicture ); }