Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Setting.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1983 |
begin |
begin |
| 1984 |
ini := TMemIniFile.Create(GetBoardURLFileName()); |
ini := TMemIniFile.Create(GetBoardURLFileName()); |
| 1985 |
try |
try |
| 1986 |
ini.WriteInteger('URL','count',2); |
//更新URLの数 |
| 1987 |
ini.WriteInteger('URL','selected',2); |
ini.WriteInteger('URL','count',1); |
| 1988 |
|
//デフォルトで使用するURLのインデックス |
| 1989 |
|
ini.WriteInteger('URL','selected',1); |
| 1990 |
|
//以下必要な数だけ、更新URLを追加 |
| 1991 |
ini.WriteString('URL','1',DEFAULT_2CH_BOARD_URL1); |
ini.WriteString('URL','1',DEFAULT_2CH_BOARD_URL1); |
| 1992 |
//ini.WriteString('URL','2',DEFAULT_2CH_BOARD_URL2); |
//ini.WriteString('URL','2',DEFAULT_2CH_BOARD_URL2); |
| 1993 |
ini.UpdateFile; |
ini.UpdateFile; |
|
|
Legend:
| Removed from v.1.97 |
|
| changed lines |
| |
Added in v.1.98 |
|
|
| |