Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Giko.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.641 by h677, Sun Aug 5 12:43:24 2007 UTC revision 1.642 by h677, Sun Aug 19 07:18:39 2007 UTC
# Line 6687  begin Line 6687  begin
6687                                          end;                                          end;
6688                      count := GikoSys.GetSameIDResCount(AID, FActiveContent.Thread);                      count := GikoSys.GetSameIDResCount(AID, FActiveContent.Thread);
6689                      limited := LIMIT;                      limited := LIMIT;
6690                      if count > LIMIT then begin                      if not (GikoSys.Setting.LimitResCountMessage) then begin
6691                            limited := -1;
6692                        end else if (count > LIMIT) then begin
6693                          if (GikoUtil.MsgBox(Handle,                          if (GikoUtil.MsgBox(Handle,
6694                                  IntToStr(LIMIT) + '個以上ありますが、すべて表示しますか?',                                  IntToStr(LIMIT) + '個以上ありますが、すべて表示しますか?',
6695                                  'IDポップアップ警告',                                  'IDポップアップ警告',

Legend:
Removed from v.1.641  
changed lines
  Added in v.1.642

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26