diff options
author | dartraiden <wowemuh@gmail.com> | 2018-01-01 16:54:15 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-01-01 16:54:15 +0300 |
commit | ce2d3f2e4ce94e64bfbb31166cadbe9f34c2890b (patch) | |
tree | 0f1c2f04ad416e2977014e4a9977b7c338e4c1e5 /plugins/QuickSearch/quicksearch.dpr | |
parent | 2699cf1e6457f73ea9b43c0f074fc7bf18edd5b6 (diff) |
- convert NEW_GPG to UTF without BOM
- correct links in Deplphi plugins
Diffstat (limited to 'plugins/QuickSearch/quicksearch.dpr')
-rw-r--r-- | plugins/QuickSearch/quicksearch.dpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/QuickSearch/quicksearch.dpr b/plugins/QuickSearch/quicksearch.dpr index e8df5ebbc0..a53cc35d8a 100644 --- a/plugins/QuickSearch/quicksearch.dpr +++ b/plugins/QuickSearch/quicksearch.dpr @@ -33,7 +33,7 @@ begin 'user''s version of Miranda, group or city.';
PluginInfo.author :='Awkward, based on Bethoven sources';
PluginInfo.copyright :='(c) 2004-05 Bethoven; 2006-13 Awkward';
- PluginInfo.homepage :='http://code.google.com/p/delphi-miranda-plugins/';
+ PluginInfo.homepage :='https://miranda-ng.org/p/QuickSearch/';
PluginInfo.flags :=UNICODE_AWARE;
PluginInfo.uuid :=MIID_QUICKSEARCH;
end;
|