Changeset 5196
- Timestamp:
- Mar 4, 2008, 3:27:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r5195 r5196 43 43 #import "ExpandedPathToIconTransformer.h" 44 44 #import "SpeedLimitToTurtleIconTransformer.h" 45 //#include "utils.h" //tr_getRatio() 45 46 #define SYS_DARWIN 47 #include "utils.h" //tr_getRatio() 46 48 47 49 #import <Sparkle/Sparkle.h> … … 2516 2518 2517 2519 #warning fix 2518 return [NSString stringForRatio: /*tr_getRatio(uploaded, downloaded)*/0];2520 return [NSString stringForRatio: tr_getRatio(uploaded, downloaded)]; 2519 2521 } 2520 2522 else
Note: See TracChangeset
for help on using the changeset viewer.