Enable RideFile seriesName translation

Also changed all references to QObject::tr for a version with the proper context
This commit is contained in:
Alejandro Martinez
2012-12-20 15:55:47 -03:00
parent 9d1e088088
commit dd17383ebe
37 changed files with 9521 additions and 4419 deletions

View File

@@ -22,8 +22,6 @@
#include <math.h>
#include <float.h>
#define tr(s) QObject::tr(s)
// comparing doubles is nasty
static bool doubles_equal(double a, double b)
{