Correct NSRulerView version to be an integer.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27897 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2009-02-17 07:44:03 +00:00
parent 514e106b4a
commit e92f8bf718
2 changed files with 5 additions and 1 deletions

View file

@ -184,7 +184,7 @@ static NSMutableDictionary *units = nil;
NSArray *array2;
NSArray *array10;
[self setVersion: 0.01];
[self setVersion: 1];
units = [[NSMutableDictionary alloc] init];
array05 = [NSArray arrayWithObject: [NSNumber numberWithFloat: 0.5]];