- Timestamp:
- 03/05/10 22:00:00 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/windows/installer/Program.cs
r36945 r36946 14 14 static void Main(string[] args) 15 15 { 16 String path = Application.StartupPath 17 + Path.DirectorySeparatorChar 18 + "locale" 19 + Path.DirectorySeparatorChar 20 + "LocaleDirectory.dll"; 21 16 22 GettextResourceManager catalog = 17 new GettextResourceManager("i3", Assembly.GetAssembly(typeof(LocaleDirectory))); 23 new GettextResourceManager("i3", Assembly.LoadFile(path)); 24 18 25 MessageBox.Show(catalog.GetString("Hello, world!")); 19 26 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)