Changeset 10854
- Timestamp:
- Jun 25, 2010, 5:53:33 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/remote.c
r10849 r10854 2163 2163 } 2164 2164 2165 tr_formatter_size_init ( 1024, _("B"), _("KiB"), _("MiB"), _("GiB"));2166 tr_formatter_speed_init ( 1024, _("B/s"), _("KiB/s"), _("MiB/s"), _("GiB/s"));2165 tr_formatter_size_init ( 1024, "B", "KiB", "MiB", "GiB" ); 2166 tr_formatter_speed_init ( 1024, "B/s", "KiB/s", "MiB/s", "GiB/s" ); 2167 2167 2168 2168 getHostAndPort( &argc, argv, &host, &port ); -
trunk/utils/show.c
r10818 r10854 232 232 233 233 tr_setMessageLevel( TR_MSG_ERR ); 234 tr_formatter_size_init ( 1024, _("B"), _("KiB"), _("MiB"), _("GiB"));235 tr_formatter_speed_init( 1024, _("B/s"), _("KiB/s"), _("MiB/s"), _("GiB/s"));234 tr_formatter_size_init ( 1024, "B", "KiB", "MiB", "GiB" ); 235 tr_formatter_speed_init( 1024, "B/s", "KiB/s", "MiB/s", "GiB/s" ); 236 236 237 237 if( parseCommandLine( argc, (const char**)argv ) )
Note: See TracChangeset
for help on using the changeset viewer.