diff --git a/Reporter/Resources/Info.plist b/Reporter/Resources/Info.plist index 67b5a60..da5b725 100644 --- a/Reporter/Resources/Info.plist +++ b/Reporter/Resources/Info.plist @@ -15,7 +15,7 @@ CFBundleSignature ???? CFBundleShortVersionString - 1.2.0 + 1.2.1 NSPrincipalClass ReporterFilter MenuTitles diff --git a/Reporter/Sources/ReporterFilter.mm b/Reporter/Sources/ReporterFilter.mm index 719b025..7d91f75 100644 --- a/Reporter/Sources/ReporterFilter.mm +++ b/Reporter/Sources/ReporterFilter.mm @@ -17,12 +17,12 @@ #import #import #import +#import #import //#import #import #import -#import "KBPopUpToolbarItem.h" @interface ReporterFilter () @@ -234,7 +234,7 @@ -(NSToolbarItem*)_ReporterToolbar:(NSToolbar*)toolbar itemForItemIdentifier:(NSS // static NSString* ReporterIconFilePath = [[[NSBundle bundleForClass:[ReporterFilter class]] pathForImageResource:@"Reporter"] retain]; if ([itemIdentifier isEqualToString:ReporterViewerToolbarItemIdentifier]) { - ReporterKBPopUpToolbarItem* item = [[[ReporterKBPopUpToolbarItem alloc] initWithItemIdentifier:ReporterViewerToolbarItemIdentifier] autorelease]; + KBPopUpToolbarItem* item = [[[KBPopUpToolbarItem alloc] initWithItemIdentifier:ReporterViewerToolbarItemIdentifier] autorelease]; item.label = item.paletteLabel = NSLocalizedString(@"Reporter", @"Name of toolbar item"); item.image = [[[NSImage alloc] initWithContentsOfURL:[[NSBundle bundleForClass:[self class]] URLForResource:@"Reporter" withExtension:@"png"]] autorelease]; [item.image setSize:NSMakeSize(33,33)]; diff --git a/Reporter/html/Reporter.osirixplugin.zip b/Reporter/html/Reporter.osirixplugin.zip index 9161e43..93a50ac 100644 Binary files a/Reporter/html/Reporter.osirixplugin.zip and b/Reporter/html/Reporter.osirixplugin.zip differ diff --git a/Reporter/html/index.html b/Reporter/html/index.html index 0a16e39..4d92d7d 100644 --- a/Reporter/html/index.html +++ b/Reporter/html/index.html @@ -22,7 +22,7 @@

Reporter

Version History

- Versions 1.2 inserts images in existing replaceable image objects (available in the template) before adding them at the end of the document, the old way. + Versions 1.2.1 inserts images in existing replaceable image objects (available in the template) before adding them at the end of the document, the old way.
Versions 1.1 allows you to include the study date in the images' captions.