Skip to content

Instantly share code, notes, and snippets.

@soffes
Created May 20, 2009 04:37
Show Gist options
  • Save soffes/114619 to your computer and use it in GitHub Desktop.
Save soffes/114619 to your computer and use it in GitHub Desktop.
- (NSString *)previewMenuItemTitle
{
NSWindow *previewWindow = [(MyDocument *)[self currentDocument] previewWindow];
return ([previewWindow isVisible] ? @"Hide Preview" : @"Show Preview");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment