From f5527693f155937264ead96ef50b9880846331cf Mon Sep 17 00:00:00 2001 From: nbm Date: Mon, 15 Nov 2004 14:12:00 +0000 Subject: [PATCH] Move from login.jpg to login.png --- graphics/icons/login.png | Bin 0 -> 541 bytes presentation/Html.inc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 graphics/icons/login.png diff --git a/graphics/icons/login.png b/graphics/icons/login.png new file mode 100644 index 0000000..f3d15c3 Binary files /dev/null and b/graphics/icons/login.png differ diff --git a/presentation/Html.inc b/presentation/Html.inc index f42a8f1..b701950 100644 --- a/presentation/Html.inc +++ b/presentation/Html.inc @@ -89,7 +89,7 @@ class KTHtml { return imgSrc('widgets/cancel.png'); } function getLoginButton() { - return imgSrc('icons/login.jpg'); + return imgSrc('icons/login.png'); } function getNextButton() { return imgSrc('widgets/next.png'); -- libgit2 0.21.4