Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Favorite.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 70 |
FavoriteDM: TFavoriteDM; |
FavoriteDM: TFavoriteDM; |
| 71 |
const |
const |
| 72 |
FAVORITE_LINK_NAME = 'リンク'; |
FAVORITE_LINK_NAME = 'リンク'; |
| 73 |
|
FAVORITE_FILE_NAME = 'Favorite.xml'; |
| 74 |
|
|
| 75 |
implementation |
implementation |
| 76 |
|
|
| 78 |
|
|
| 79 |
const |
const |
| 80 |
FAVORITE_ROOT_NAME = 'お気に入り'; |
FAVORITE_ROOT_NAME = 'お気に入り'; |
| 81 |
FAVORITE_FILE_NAME = 'Favorite.xml'; |
|
| 82 |
|
|
| 83 |
{$R *.dfm} |
{$R *.dfm} |
| 84 |
|
|
|
|
Legend:
| Removed from v.1.54 |
|
| changed lines |
| |
Added in v.1.55 |
|
|
|