OSDN Git Service

スレの絞込みで、空白を無視するようにしてみた。
authorh677 <h677>
Fri, 8 Oct 2004 16:38:14 +0000 (16:38 +0000)
committerh677 <h677>
Fri, 8 Oct 2004 16:38:14 +0000 (16:38 +0000)
BoardGroup.pas
GikoSystem.pas

index 4ed1330..438676e 100644 (file)
@@ -623,7 +623,7 @@ end;
 procedure TBBS.SetSelectText(s: string);
 begin
        FSelectText := s;
-       ShortSelectText := ZenToHan(s);
+       ShortSelectText := CustomStringReplace(ZenToHan(s), ' ', '');
 end;
 
 {class function TBBS.GetColumnName(Index: Integer): string;
index 7a17b1b..7916402 100644 (file)
@@ -558,6 +558,7 @@ begin
                                ThreadItem.No := Rec.FNo;
                                ThreadItem.FileName := Rec.FFileName;
                                ThreadItem.Title := Rec.FTitle;
+                               ThreadItem.ShortTitle := CustomStringReplace(ZenToHan(ThreadItem.Title), ' ', '');
                                ThreadItem.Count := Rec.FCount;
                                ThreadItem.Size := Rec.FSize;
 //                     ThreadItem.RoundNo := Rec.FRoundNo;