Commit 97ac1e6de285436a81a86978c5e73c48bb3cd186

Authored by Neil Blakey-Milner
1 parent 22b08d25

Move from login.jpg to login.png


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2980 c91229c3-7414-0410-bfa2-8a42b809f60b
graphics/icons/login.png 0 → 100644

541 Bytes

presentation/Html.inc
... ... @@ -89,7 +89,7 @@ class KTHtml {
89 89 return imgSrc('widgets/cancel.png');
90 90 }
91 91 function getLoginButton() {
92   - return imgSrc('icons/login.jpg');
  92 + return imgSrc('icons/login.png');
93 93 }
94 94 function getNextButton() {
95 95 return imgSrc('widgets/next.png');
... ...