Skip to content

Commit

Permalink
Bugtracker link
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilalh committed Jan 12, 2012
1 parent 2cd9639 commit 3d429b9
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
1 change: 1 addition & 0 deletions Classes/Main/MainController.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,6 @@
- (IBAction) swapFirstAndLastName:(id)sender;

- (IBAction)openHomePage:(id)sender;
- (IBAction)openIssues:(id)sender;

@end
5 changes: 5 additions & 0 deletions Classes/Main/MainController.m
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,11 @@ - (IBAction)openHomePage:(id)sender
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://bilalh.github.com/projects/tagger/"]];
}

- (IBAction)openIssues:(id)sender
{
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/Bilalh/Tagger/issues"]];
}

#pragma mark - Tag Manipulation

- (IBAction)capitalisedTags:(id)sender
Expand Down
37 changes: 34 additions & 3 deletions Classes/Main/MainMenu.xib
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
</object>
<object class="NSMenuItem" id="755159360">
<reference key="NSMenu" ref="110575045"/>
<string key="NSTitle">Hide VGTagger</string>
<string key="NSTitle">Hide Tagger</string>
<string key="NSKeyEquiv">h</string>
<int key="NSKeyEquivModMask">1048576</int>
<int key="NSMnemonicLoc">2147483647</int>
Expand Down Expand Up @@ -194,7 +194,7 @@
</object>
<object class="NSMenuItem" id="632727374">
<reference key="NSMenu" ref="110575045"/>
<string key="NSTitle">Quit VGTagger</string>
<string key="NSTitle">Quit Tagger</string>
<string key="NSKeyEquiv">q</string>
<int key="NSKeyEquivModMask">1048576</int>
<int key="NSMnemonicLoc">2147483647</int>
Expand Down Expand Up @@ -1262,6 +1262,14 @@
<reference key="NSOnImage" ref="35465992"/>
<reference key="NSMixedImage" ref="502551668"/>
</object>
<object class="NSMenuItem" id="923962356">
<reference key="NSMenu" ref="992780483"/>
<string key="NSTitle">Report Bug/Feature Request</string>
<string key="NSKeyEquiv"/>
<int key="NSMnemonicLoc">2147483647</int>
<reference key="NSOnImage" ref="35465992"/>
<reference key="NSMixedImage" ref="502551668"/>
</object>
</object>
<string key="NSName">_NSHelpMenu</string>
</object>
Expand Down Expand Up @@ -5913,6 +5921,14 @@
</object>
<int key="connectionID">1620</int>
</object>
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">openIssues:</string>
<reference key="source" ref="588631224"/>
<reference key="destination" ref="923962356"/>
</object>
<int key="connectionID">1623</int>
</object>
</object>
<object class="IBMutableOrderedSet" key="objectRecords">
<object class="NSArray" key="orderedObjects">
Expand Down Expand Up @@ -6851,6 +6867,7 @@
<object class="NSMutableArray" key="children">
<bool key="EncodedWithXMLCoder">YES</bool>
<reference ref="1004600617"/>
<reference ref="923962356"/>
</object>
<reference key="parent" ref="448692316"/>
</object>
Expand Down Expand Up @@ -8186,6 +8203,11 @@
<reference key="object" ref="516060328"/>
<reference key="parent" ref="110575045"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">1621</int>
<reference key="object" ref="923962356"/>
<reference key="parent" ref="992780483"/>
</object>
</object>
</object>
<object class="NSMutableDictionary" key="flattenedProperties">
Expand Down Expand Up @@ -8318,6 +8340,7 @@
<string>1615.IBPluginDependency</string>
<string>1617.IBPluginDependency</string>
<string>1618.IBPluginDependency</string>
<string>1621.IBPluginDependency</string>
<string>19.IBPluginDependency</string>
<string>19.ImportedFromIB2</string>
<string>195.IBPluginDependency</string>
Expand Down Expand Up @@ -8682,6 +8705,7 @@
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<integer value="1"/>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<integer value="1"/>
Expand Down Expand Up @@ -8933,7 +8957,7 @@
<reference key="dict.values" ref="0"/>
</object>
<nil key="sourceID"/>
<int key="maxID">1620</int>
<int key="maxID">1623</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<object class="NSMutableArray" key="referencedPartialClassDescriptions">
Expand Down Expand Up @@ -8986,6 +9010,7 @@
<string>open:</string>
<string>openDirectory:</string>
<string>openHomePage:</string>
<string>openIssues:</string>
<string>refresh:</string>
<string>rename:</string>
<string>renumberFiles:</string>
Expand Down Expand Up @@ -9030,6 +9055,7 @@
<string>id</string>
<string>id</string>
<string>id</string>
<string>id</string>
</object>
</object>
<object class="NSMutableDictionary" key="actionInfosByName">
Expand All @@ -9053,6 +9079,7 @@
<string>open:</string>
<string>openDirectory:</string>
<string>openHomePage:</string>
<string>openIssues:</string>
<string>refresh:</string>
<string>rename:</string>
<string>renumberFiles:</string>
Expand Down Expand Up @@ -9136,6 +9163,10 @@
<string key="name">openHomePage:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">openIssues:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo">
<string key="name">refresh:</string>
<string key="candidateClassName">id</string>
Expand Down

0 comments on commit 3d429b9

Please sign in to comment.