Diff of /trunk/IdealistViewer/Application/BaseIdealistViewer.cs
Parent Directory
|
Revision Log
|
Patch
| revision 38, Thu Oct 30 09:05:47 2008 UTC | revision 39, Fri Oct 31 08:47:21 2008 UTC | |
|---|---|---|
| # | Line 241 | Line 241 |
| 241 | /*Now we set the caption of the window to some nice text. Note that there is a 'L' in front of the string: the Irrlicht Engine uses | /*Now we set the caption of the window to some nice text. Note that there is a 'L' in front of the string: the Irrlicht Engine uses |
| 242 | wide character strings when displaying text. | wide character strings when displaying text. |
| 243 | */ | */ |
| 244 | device.WindowCaption = "IdealistViewer 0.000000000001f"; | device.WindowCaption = "IdealistViewer 0.000000000002"; |
| 245 | device.FileSystem.WorkingDirectory = m_startupDirectory + "\\" + Util.MakePath("media", "materials", "textures", ""); //We set Irrlicht's current directory to %application directory%/media | device.FileSystem.WorkingDirectory = m_startupDirectory + "\\" + Util.MakePath("media", "materials", "textures", ""); //We set Irrlicht's current directory to %application directory%/media |
| 246 | ||
| 247 | // | // |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

