Commit MetaInfo

Revision0acb43b8cbce35f72d592600a1a28a036278c45c (tree)
Zeit2005-07-07 04:06:57
Autorh677 <h677>
Commiterh677

Log Message

除外カテゴリーの編集を終えると、注意書きが復活する不具合の修正

Ändern Zusammenfassung

Diff

--- a/NewBoard.pas
+++ b/NewBoard.pas
@@ -380,7 +380,7 @@ procedure TNewBoardDialog.UpdateIgnoreList(Sender: TObject);
380380 var
381381 i: Integer;
382382 begin
383- Label2.Caption := '※現在、開いているタブやヒストリなどは板更新時にクリアされます';
383+ Label2.Caption := '';
384384 UpdateButton.Enabled := true;
385385 EditIgnoreListsButton.Caption := '除外カテゴリー編集';
386386 IgnoreLists.Clear;
Show on old repository browser