-#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.