diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-04-14 05:28:28 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-04-14 05:28:28 +0000 |
commit | fc229f1f9ff3600a9708da57f5629e14673011b7 (patch) | |
tree | 2a5279fce64191b704a818f6f5916141167cef13 | |
parent | 62438306f2489397750d8678dec8abbb4f3f4148 (diff) |
extraicons: Last fixes for version 0.1
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@165 c086bb3d-8645-0410-b8da-73a8550f86e7
-rw-r--r-- | Plugins/extraicons/Docs/extraicons.png | bin | 0 -> 40356 bytes | |||
-rw-r--r-- | Plugins/extraicons/Docs/extraicons_readme.txt | 2 | ||||
-rw-r--r-- | Plugins/extraicons/ZIP/doit.bat | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/Plugins/extraicons/Docs/extraicons.png b/Plugins/extraicons/Docs/extraicons.png Binary files differnew file mode 100644 index 0000000..65fbbdd --- /dev/null +++ b/Plugins/extraicons/Docs/extraicons.png diff --git a/Plugins/extraicons/Docs/extraicons_readme.txt b/Plugins/extraicons/Docs/extraicons_readme.txt index abba8d5..3b1a370 100644 --- a/Plugins/extraicons/Docs/extraicons_readme.txt +++ b/Plugins/extraicons/Docs/extraicons_readme.txt @@ -19,7 +19,7 @@ By now it is supported my clist_modern and clist_mw from 0.8#29. I intend to add Thanks to FYR for some code that I copied from clist_modern and to Angeli-Ka for the nice icons.
-To report bugs/make suggestions, go to the forum thread: http://forums.miranda-im.org/showthread.php?t=
+To report bugs/make suggestions, go to the forum thread: http://forums.miranda-im.org/showthread.php?t=178318
diff --git a/Plugins/extraicons/ZIP/doit.bat b/Plugins/extraicons/ZIP/doit.bat index 83b23de..2f5615d 100644 --- a/Plugins/extraicons/ZIP/doit.bat +++ b/Plugins/extraicons/ZIP/doit.bat @@ -20,6 +20,7 @@ del *.dll copy ..\Docs\%name%_changelog.txt
copy ..\Docs\%name%_version.txt
copy ..\Docs\%name%_readme.txt
+copy ..\Docs\%name%.png
mkdir Docs
cd Docs
del /Q *.*
@@ -89,6 +90,7 @@ pause "C:\Program Files\FileZilla\FileZilla.exe" -u .\%name%_changelog.txt %ftp% -overwrite -close
"C:\Program Files\FileZilla\FileZilla.exe" -u .\%name%_version.txt %ftp% -overwrite -close
"C:\Program Files\FileZilla\FileZilla.exe" -u .\%name%_readme.txt %ftp% -overwrite -close
+"C:\Program Files\FileZilla\FileZilla.exe" -u .\%name%.png %ftp% -overwrite -close
:END
|