Skip to content

Commit

Permalink
Fixes #287 — capitalize server namers similar to other source list ba…
Browse files Browse the repository at this point in the history
…sed apps.
  • Loading branch information
emsquared committed Jul 5, 2012
1 parent 9129bf7 commit fb28b00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Classes/IRC/IRCClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -3540,7 +3540,7 @@ - (id)childAtIndex:(NSInteger)index

- (NSString *)label
{
return self.config.name;
return [self.config.name uppercaseString];
}

#pragma mark -
Expand Down
4 changes: 2 additions & 2 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<key>TXBundleBuildCodeName</key>
<string>Turtle Soup</string>
<key>TXBundleBuildNumber</key>
<string>11771</string>
<string>11773</string>
<key>TXBundleBuildReference</key>
<string>2.1.1-227-g8feaa40-appstore,llvm4.0</string>
<string>2.1.1-228-g9129bf7-debug,llvm4.0</string>
</dict>
</plist>

0 comments on commit fb28b00

Please sign in to comment.