Changeset 5520
- Timestamp:
- Apr 5, 2008, 8:49:51 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r5509 r5520 117 117 fi 118 118 119 AC_CHECK_HEADERS([libintl.h]) 119 120 IT_PROG_INTLTOOL([0.23],[no-xml]) 120 121 GETTEXT_PACKAGE=transmission -
trunk/libtransmission/utils.h
r5366 r5520 36 36 #if defined(SYS_DARWIN) 37 37 /*#include <CoreFoundation/CFBundle.h> 38 39 38 const char * tr_getMacLocalizedCString(CFStringRef string); 40 41 39 #define _(a) tr_getMacLocalizedCString(CFSTR(a))*/ 42 40 #define _(a) (a) 43 #el se41 #elif HAVE_LIBINTL 44 42 #include <libintl.h> 45 43 #define _(a) gettext (a) 44 #else 45 #define _(a) (a) 46 46 #endif 47 47 #endif
Note: See TracChangeset
for help on using the changeset viewer.