]> Dogcows Code - chaz/thecheat/blobdiff - AboutBoxController.m
The Cheat 1.1.2
[chaz/thecheat] / AboutBoxController.m
index 68e2c6dc4a0216f26b1d2fb614e41a88150fb723..6211a41862446460dca7566b3f8e791e8633b5f1 100644 (file)
@@ -23,6 +23,7 @@
 
 - (void)windowDidLoad
 {
+       [nameVersionText setStringValue:[NSString stringWithFormat:@"%@ %@", [CMUpdateCheck appName], [CMUpdateCheck appVersion]]];
        [aboutWindow center];
 }
 
This page took 0.019778 seconds and 4 git commands to generate.