Changeset 6400
- Timestamp:
- Jul 25, 2008, 11:50:17 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/main.c
r6344 r6400 364 364 365 365 /* bind the gettext domain */ 366 setlocale( LC_ALL, "" ); 366 367 bindtextdomain( domain, TRANSMISSIONLOCALEDIR ); 367 368 bind_textdomain_codeset( domain, "UTF-8" ); -
trunk/libtransmission/utils.h
r6334 r6400 84 84 #if defined(SYS_DARWIN) 85 85 #define _(a) (a) 86 #elif HAVE_LIBINTL86 #elif defined(HAVE_LIBINTL_H) 87 87 #include <libintl.h> 88 88 #define _(a) gettext (a)
Note: See TracChangeset
for help on using the changeset viewer.