Commit f5527693f155937264ead96ef50b9880846331cf
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
Showing
2 changed files
with
1 additions
and
1 deletions
graphics/icons/login.png
0 → 100644
541 Bytes
presentation/Html.inc
| @@ -89,7 +89,7 @@ class KTHtml { | @@ -89,7 +89,7 @@ class KTHtml { | ||
| 89 | return imgSrc('widgets/cancel.png'); | 89 | return imgSrc('widgets/cancel.png'); |
| 90 | } | 90 | } |
| 91 | function getLoginButton() { | 91 | function getLoginButton() { |
| 92 | - return imgSrc('icons/login.jpg'); | 92 | + return imgSrc('icons/login.png'); |
| 93 | } | 93 | } |
| 94 | function getNextButton() { | 94 | function getNextButton() { |
| 95 | return imgSrc('widgets/next.png'); | 95 | return imgSrc('widgets/next.png'); |