Commit f5527693f155937264ead96ef50b9880846331cf

Authored by nbm
1 parent dd3bd8a2

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');
... ...