Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/FavoriteArrange.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 154 |
Exit; |
Exit; |
| 155 |
if FolderTreeView.Selected.IsFirstNode then |
if FolderTreeView.Selected.IsFirstNode then |
| 156 |
Exit; |
Exit; |
| 157 |
if FolderTreeView.Selected.Text = Favorite.FAVORITE_LINK_NAME then begin |
if (GetKeyState( VK_SHIFT ) and $80000000) = 0 then begin |
| 158 |
if MsgBox(Handle, DEL_LINK_MSG, DEL_TITLE, MB_YESNO or MB_ICONQUESTION) <> ID_YES then |
if FolderTreeView.Selected.Text = Favorite.FAVORITE_LINK_NAME then begin |
| 159 |
Exit; |
if MsgBox(Handle, DEL_LINK_MSG, DEL_TITLE, MB_YESNO or MB_ICONWARNING or MB_DEFBUTTON2) <> ID_YES then |
| 160 |
end else if (GetKeyState( VK_SHIFT ) and $80000000) = 0 then begin |
Exit; |
| 161 |
if MsgBox(Handle, StringReplace( DEL_MSG, '^0', FolderTreeView.Selected.Text, [rfReplaceAll] ) , DEL_TITLE, MB_YESNO or MB_ICONQUESTION) <> ID_YES then |
end else begin |
| 162 |
Exit; |
if MsgBox(Handle, StringReplace( DEL_MSG, '^0', FolderTreeView.Selected.Text, [rfReplaceAll] ) , DEL_TITLE, MB_YESNO or MB_ICONWARNING or MB_DEFBUTTON2) <> ID_YES then |
| 163 |
|
Exit; |
| 164 |
|
end; |
| 165 |
end; |
end; |
| 166 |
|
|
| 167 |
FDeleteList.Add(FolderTreeView.Selected.Data); |
FDeleteList.Add(FolderTreeView.Selected.Data); |
|
|
Legend:
| Removed from v.1.3.2.1 |
|
| changed lines |
| |
Added in v.1.3.2.2 |
|
|
| |