Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/GikoSystem.pas

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

revision 1.210 by h677, Sat Dec 17 03:40:27 2005 UTC revision 1.211 by h677, Sat Jan 14 07:44:14 2006 UTC
# Line 152  type Line 152  type
152    
153                  function GetMainKeyFileName : String;                  function GetMainKeyFileName : String;
154                  function GetEditorKeyFileName: String;                  function GetEditorKeyFileName: String;
155                    function GetInputAssistFileName: String;
156                  procedure ReadSubjectFile(Board: TBoard);                  procedure ReadSubjectFile(Board: TBoard);
157                  procedure CreateThreadDat(Board: TBoard);                  procedure CreateThreadDat(Board: TBoard);
158                  procedure WriteThreadDat(Board: TBoard);                  procedure WriteThreadDat(Board: TBoard);
# Line 254  const Line 255  const
255          ZERO_DATE: Integer      = 25569;          ZERO_DATE: Integer      = 25569;
256          BETA_VERSION_NAME_E = 'beta';          BETA_VERSION_NAME_E = 'beta';
257          BETA_VERSION_NAME_J = 'バタ';          BETA_VERSION_NAME_J = 'バタ';
258          BETA_VERSION                            = 51;          BETA_VERSION                            = 52;
259          BETA_VERSION_BUILD      = '';                           //!< debug版など          BETA_VERSION_BUILD      = '';                           //!< debug版など
260          APP_NAME                                                = 'gikoNavi';          APP_NAME                                                = 'gikoNavi';
261          BE_PHP_URL = 'http://be.2ch.net/test/p.php?i=';          BE_PHP_URL = 'http://be.2ch.net/test/p.php?i=';
# Line 3248  function TGikoSys.GetEditorKeyFileName: Line 3249  function TGikoSys.GetEditorKeyFileName:
3249  begin  begin
3250          Result := Setting.GetEditorKeyFileName;          Result := Setting.GetEditorKeyFileName;
3251  end;  end;
3252    //! 入力アシストの設定ファイル名
3253    function TGikoSys.GetInputAssistFileName: String;
3254    begin
3255            Result := Setting.GetInputAssistFileName;
3256    end;
3257  //! ギコナビのメッセージを設定する  //! ギコナビのメッセージを設定する
3258  procedure TGikoSys.SetGikoMessage;  procedure TGikoSys.SetGikoMessage;
3259  begin  begin

Legend:
Removed from v.1.210  
changed lines
  Added in v.1.211

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