|
@@ -1174,7 +1174,7 @@ - (void)toggleFullScreen:(id)sender
|
|
|
- (void) openDocumentation: (NSString *) filename
|
|
|
{
|
|
|
/* Where to look for local files */
|
|
|
- NSString *path_array[] = {@"../share/doc/qemu/", @"../doc/qemu/", @"../"};
|
|
|
+ NSString *path_array[] = {@"../share/doc/qemu/", @"../doc/qemu/", @"../docs/"};
|
|
|
NSString *full_file_path;
|
|
|
|
|
|
/* iterate thru the possible paths until the file is found */
|
|
@@ -1198,7 +1198,7 @@ - (void)showQEMUDoc:(id)sender
|
|
|
{
|
|
|
COCOA_DEBUG("QemuCocoaAppController: showQEMUDoc\n");
|
|
|
|
|
|
- [self openDocumentation: @"qemu-doc.html"];
|
|
|
+ [self openDocumentation: @"index.html"];
|
|
|
}
|
|
|
|
|
|
/* Stretches video to fit host monitor size */
|