commit after pool from trunk and revert to my latest step 2 languages

This commit is contained in:
askvortsov
2010-09-16 18:38:57 -07:00
parent 58c887a445
commit faa3c80bd3
89 changed files with 23159 additions and 18257 deletions

View File

@@ -31,13 +31,13 @@ struct ZoomStep {
int czoom;
};
ZoomStep zoomSteps[] = {{"10%", 0.1, 10},
ZoomStep zoomSteps[] = {{" 10%", 0.1, 10},
{"12.5%", 0.125, 8},
{"16.6%", 1.0/6.0, 6},
{"20%", 0.2, 5},
{"25%", 0.25, 4},
{"33%", 1.0/3.0, 3},
{"50%", 0.5, 2},
{" 20%", 0.2, 5},
{" 25%", 0.25, 4},
{" 33%", 1.0/3.0, 3},
{" 50%", 0.5, 2},
{"100%", 1.0, 1000},
{"200%", 2.0, 2000},
{"300%", 3.0, 3000},