• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

BathyScapheの中身をぐちゃぐちゃに


Commit MetaInfo

Revision2fb979ac8e971325d5c168a2d16a392890ab5291 (tree)
Zeit2012-05-29 23:55:56
Autortsawada2 <tsawada2@b61f...>
Commitertsawada2

Log Message

Resolved issue of ticket #28524

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/bathyscaphe/bathyscaphe/trunk@1424 b61fe662-1e22-0410-9ebe-d5d0f6be7d5c

Ändern Zusammenfassung

Diff

--- a/application/Info-bathyscaphe.plist
+++ b/application/Info-bathyscaphe.plist
@@ -89,7 +89,7 @@
8989 </dict>
9090 </array>
9191 <key>CFBundleVersion</key>
92- <string>308</string>
92+ <string>309</string>
9393 <key>NSAppleScriptEnabled</key>
9494 <true/>
9595 <key>NSMainNibFile</key>
--- a/application/source/window/CMRReplyControllerTbDelegate.m
+++ b/application/source/window/CMRReplyControllerTbDelegate.m
@@ -3,7 +3,7 @@
33 // BathyScaphe
44 //
55 // Updated by Tsutomu Sawada on 07/08/05.
6-// Copyright 2005-2011 BathyScaphe Project. All rights reserved.
6+// Copyright 2005-2012 BathyScaphe Project. All rights reserved.
77 // encoding="UTF-8"
88 //
99
@@ -103,20 +103,14 @@ static NSString *const kFontToolTipKey = @"FontPanel ToolTip";
103103 action:@selector(sendMessage:)
104104 customizable:YES];
105105
106- item_ = [self appendToolbarItemWithClass:[BSNSControlToolbarItem class]
107- itemIdentifier:kBeLoginIdentifier
108- localizedLabelKey:kBeLoginLabelKey
109- localizedPaletteLabelKey:kBeLoginPaletteLabelKey
110- localizedToolTipKey:kBeLoginToolTipKey
111- action:@selector(toggleBeLogin:)
112- target:nil];
113- [self setupControl:[(CMRReplyController *)wcontroller_ toggleBeButton] onItem:item_ action:@selector(toggleBeLogin:) target:nil];
114- NSMenuItem *menuItem_ = [[NSMenuItem alloc] initWithTitle:[self localizedString:kBeLoginPaletteLabelKey]
115- action:[item_ action]
116- keyEquivalent:@""];
117- [menuItem_ setTarget:[item_ target]];
118- [item_ setMenuFormRepresentation:menuItem_];
119- [menuItem_ release];
106+ item_ = [self appendButton:[(CMRReplyController *)wcontroller_ toggleBeButton]
107+ withIdentifier:kBeLoginIdentifier
108+ label:kBeLoginLabelKey
109+ paletteLabel:kBeLoginPaletteLabelKey
110+ toolTip:kBeLoginToolTipKey
111+ action:@selector(toggleBeLogin:)
112+ customizable:YES];
113+ [[item_ menuFormRepresentation] setTitle:[self localizedString:kBeLoginPaletteLabelKey]];
120114
121115 item_ = [self appendToolbarItemWithItemIdentifier:kInsertTemplateIdentifier
122116 localizedLabelKey:kInsertTemplateLabelKey
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,4 +1,6 @@
11 2012-05-29 tsawada2 <tsawada2@users.sourceforge.jp>
2+ * application/source/window/CMRReplyControllerTbDelegate.m
3+ Be 有効/無効切り替えツールバー項目のアイコンがカスタマイズできなかった問題を修正。
24 * application/source/window/CMRThreadViewerTbDelegate.m
35 不要なグローバル変数の削除。
46 * application/subproj/previewer/IPILoading.pdf