Changeset 30425
- Timestamp:
- 02/22/09 13:32:53 (4 years ago)
- Location:
- lang/cplusplus/i3/trunk/src
- Files:
-
- 2 modified
-
ShellManager.cpp (modified) (1 diff)
-
gui-gnustep/Gui.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/i3/trunk/src/ShellManager.cpp
r30423 r30425 44 44 sleep(5); 45 45 Input i; 46 i.data = gettext("Hello, world!");46 i.data = _("Hello, world!"); 47 47 mediator.getInputWindow().post(i); 48 48 } -
lang/cplusplus/i3/trunk/src/gui-gnustep/Gui.h
r30286 r30425 1 1 #pragma once 2 2 3 #ifdef _ 4 #undef _ 5 #define MOL_UNDEFINE_UNDERBAR 6 #endif 7 8 #ifdef ENABLE_NLS 9 # define _(String) (gettext(String)) 10 #else 11 # define _(String) (String) 12 #endif 3 13 4 14 // compatibility with windows
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)