Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 2083 |
s := ''; |
s := ''; |
| 2084 |
Ext := AnsiLowerCase(ExtractFileExt(Text2)); |
Ext := AnsiLowerCase(ExtractFileExt(Text2)); |
| 2085 |
if (Pos('http://', Text2) = 1) and (GikoSys.Setting.PreviewVisible) and |
if (Pos('http://', Text2) = 1) and (GikoSys.Setting.PreviewVisible) and |
| 2086 |
((Ext = '.jpg') or (Ext = '.jpeg') or (Ext = '.gif') or (Ext = '.png')) then begin |
((Ext = '.jpg') or (Ext = '.jpeg') or (Ext = '.gif') or (Ext = '.png')) or |
| 2087 |
|
(Pos('http://www.nicovideo.jp/watch/', Text2) = 1) then begin |
| 2088 |
if FPreviewBrowser = nil then begin |
if FPreviewBrowser = nil then begin |
| 2089 |
FPreviewBrowser := TPreviewBrowser.Create(Self); |
FPreviewBrowser := TPreviewBrowser.Create(Self); |
| 2090 |
ShowWindow(FPreviewBrowser.Handle, SW_HIDE); |
ShowWindow(FPreviewBrowser.Handle, SW_HIDE); |
|
|
Legend:
| Removed from v.1.685 |
|
| changed lines |
| |
Added in v.1.686 |
|
|
|