Skip to content

Commit

Permalink
Reporter 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aglv committed May 15, 2013
1 parent f7770f3 commit f28c86a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Reporter/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.2.1</string>
<key>NSPrincipalClass</key>
<string>ReporterFilter</string>
<key>MenuTitles</key>
Expand Down
4 changes: 2 additions & 2 deletions Reporter/Sources/ReporterFilter.mm
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
#import <OsiriXAPI/N2Stuff.h>
#import <OsiriXAPI/NSUserDefaults+OsiriX.h>
#import <OsiriXAPI/PreferencesWindowController.h>
#import <OsiriXAPI/KBPopUpToolbarItem.h>

#import <objc/runtime.h>
//#import <OsiriXAPI/BrowserController.h>
#import <OsiriXAPI/ViewerController.h>
#import <OsiriXAPI/ToolbarPanel.h>
#import "KBPopUpToolbarItem.h"

@interface ReporterFilter ()

Expand Down Expand Up @@ -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)];
Expand Down
Binary file modified Reporter/html/Reporter.osirixplugin.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Reporter/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>Reporter</h1>
</div>
<h2>Version History</h2>
<div class="text">
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.
</div>
<div class="text">
Versions 1.1 allows you to include the study date in the images' captions.
Expand Down

0 comments on commit f28c86a

Please sign in to comment.