cocoaTouch/MainMenuViewController.m
changeset 3006 da6023c2745b
parent 2805 36a8cebb91e8
child 3025 01682ec58eb0
equal deleted inserted replaced
3005:1ff835e9ce32 3006:da6023c2745b
    36 }
    36 }
    37 
    37 
    38 -(void) viewDidLoad {
    38 -(void) viewDidLoad {
    39 	[NSThread detachNewThreadSelector:@selector(checkFirstRun) toTarget:self withObject:nil];
    39 	[NSThread detachNewThreadSelector:@selector(checkFirstRun) toTarget:self withObject:nil];
    40 	
    40 	
    41 	char *ver;
    41 	char *ver="test";
    42 	HW_versionInfo(NULL, &ver);
    42 	//HW_versionInfo(NULL, &ver);
    43 	self.versionLabel.text = [[NSString stringWithUTF8String:ver] autorelease];
    43 	self.versionLabel.text = [[NSString stringWithUTF8String:ver] autorelease];
    44 	[super viewDidLoad];
    44 	[super viewDidLoad];
    45 }
    45 }
    46 
    46 
    47 - (void)viewDidUnload {
    47 - (void)viewDidUnload {