Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Round.pas

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

revision 1.1 by hi_, Sat Aug 9 13:51:10 2003 UTC revision 1.2 by yoffy, Sat Aug 9 14:22:51 2003 UTC
# Line 72  begin Line 72  begin
72    
73          if not Giko.GikoForm.LoginAction.Checked then begin          if not Giko.GikoForm.LoginAction.Checked then begin
74                  msg := 'ログインしないと巡回は出来ません' + #13#10                  msg := 'ログインしないと巡回は出来ません' + #13#10
75                                   + '「ログインってなによ?」という人はギコナビスレかメールで聞いてください';                                   + '分からない人はギコナビスレッドで聞いてください';
76                  MsgBox(Handle, msg, 'エラー', MB_OK or MB_ICONSTOP);                  MsgBox(Handle, msg, 'エラー', MB_OK or MB_ICONSTOP);
77                  Exit;                  Exit;
78          end;          end;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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