Skip to content

Commit

Permalink
Changed name showInstallPassengerHelp action to showPassengerHelp bec…
Browse files Browse the repository at this point in the history
…ause it's not about installation anymore.
  • Loading branch information
alloy committed Jun 24, 2008
1 parent f01de72 commit bfd9958
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions English.lproj/PassengerPref.xib
Original file line number Diff line number Diff line change
Expand Up @@ -1218,14 +1218,6 @@ dHRwOi8vd3d3Lm1vZHJhaWxzLmNvbSBmb3IgaW5zdGFsbGF0aW9uIGluc3RydWN0aW9ucy4</string>
</object>
<int key="connectionID">368</int>
</object>
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">showInstallPassengerHelp:</string>
<reference key="source" ref="565115411"/>
<reference key="destination" ref="905802421"/>
</object>
<int key="connectionID">369</int>
</object>
<object class="IBConnectionRecord">
<object class="IBBindingConnection" key="connection">
<string key="label">enabled2: canRemove</string>
Expand Down Expand Up @@ -1458,6 +1450,14 @@ dHRwOi8vd3d3Lm1vZHJhaWxzLmNvbSBmb3IgaW5zdGFsbGF0aW9uIGluc3RydWN0aW9ucy4</string>
</object>
<int key="connectionID">407</int>
</object>
<object class="IBConnectionRecord">
<object class="IBActionConnection" key="connection">
<string key="label">showPassengerHelp:</string>
<reference key="source" ref="565115411"/>
<reference key="destination" ref="905802421"/>
</object>
<int key="connectionID">408</int>
</object>
</object>
<object class="IBMutableOrderedSet" key="objectRecords">
<object class="NSArray" key="orderedObjects">
Expand Down Expand Up @@ -2096,7 +2096,7 @@ dHRwOi8vd3d3Lm1vZHJhaWxzLmNvbSBmb3IgaW5zdGFsbGF0aW9uIGluc3RydWN0aW9ucy4</string>
</object>
</object>
<nil key="sourceID"/>
<int key="maxID">407</int>
<int key="maxID">408</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<object class="NSMutableArray" key="referencedPartialClassDescriptions">
Expand Down Expand Up @@ -2124,7 +2124,7 @@ dHRwOi8vd3d3Lm1vZHJhaWxzLmNvbSBmb3IgaW5zdGFsbGF0aW9uIGluc3RydWN0aW9ucy4</string>
<string>remove:</string>
<string>restart:</string>
<string>revert:</string>
<string>showInstallPassengerHelp:</string>
<string>showPassengerHelp:</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
Expand Down
2 changes: 1 addition & 1 deletion PassengerPref.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def remove(sender = nil)
@applicationsController.removeObjects apps
end

def showInstallPassengerHelp(sender)
def showPassengerHelp(sender)
OSX::HelpHelper.openHelpPage File.expand_path('../English.lproj/PassengerPaneHelp/PassengerPaneHelp.html', __FILE__)
end

Expand Down

0 comments on commit bfd9958

Please sign in to comment.