From 1f3db78954f891037120d45f9985470d6113421f Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Mon, 25 Jun 2012 05:43:40 -0400 Subject: Update leash icon and button graphics Signed-off-by: Kevin Wasserman [kaduk@mit.edu: While here, remove now-unused doghead icons.] ticket: 7245 (new) queue: kfw target_version: 1.10.4 tags: pullup --- src/windows/leash/Leash.rc | 8 ++++---- src/windows/leash/res/Leash.ico | Bin 25214 -> 9662 bytes src/windows/leash/res/doghead_green.ico | Bin 25214 -> 0 bytes src/windows/leash/res/doghead_grey.ico | Bin 25214 -> 0 bytes src/windows/leash/res/doghead_orange.ico | Bin 25214 -> 0 bytes src/windows/leash/res/doghead_red.ico | Bin 25214 -> 0 bytes src/windows/leash/res/homelarge.bmp | Bin 0 -> 36918 bytes src/windows/leash/res/main.bmp | Bin 0 -> 1078 bytes src/windows/leash/res/status_grayK.ico | Bin 0 -> 1218 bytes src/windows/leash/res/status_greenK.ico | Bin 0 -> 1218 bytes src/windows/leash/res/status_redK.ico | Bin 0 -> 1218 bytes src/windows/leash/res/status_yelloK.ico | Bin 0 -> 1218 bytes 12 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 src/windows/leash/res/doghead_green.ico delete mode 100644 src/windows/leash/res/doghead_grey.ico delete mode 100644 src/windows/leash/res/doghead_orange.ico delete mode 100644 src/windows/leash/res/doghead_red.ico create mode 100644 src/windows/leash/res/homelarge.bmp create mode 100644 src/windows/leash/res/main.bmp create mode 100644 src/windows/leash/res/status_grayK.ico create mode 100644 src/windows/leash/res/status_greenK.ico create mode 100644 src/windows/leash/res/status_redK.ico create mode 100644 src/windows/leash/res/status_yelloK.ico (limited to 'src/windows/leash') diff --git a/src/windows/leash/Leash.rc b/src/windows/leash/Leash.rc index f682f25ae5..1cfd3105e4 100644 --- a/src/windows/leash/Leash.rc +++ b/src/windows/leash/Leash.rc @@ -79,10 +79,10 @@ IDI_TICKETTYPE_NOTINSTALLED ICON "res\\Leash_tickets_out.ico" IDI_TICKET_GOOD ICON "res\\Leash_tkt_green.ico" IDI_TICKET_LOW ICON "res\\Leash_tkt_orange.ico" IDI_TICKET_EXPIRED ICON "res\\Leash_tkt_red.ico" -IDI_LEASH_TRAY_GOOD ICON "res\\doghead_green.ico" -IDI_LEASH_TRAY_LOW ICON "res\\doghead_orange.ico" -IDI_LEASH_TRAY_EXPIRED ICON "res\\doghead_red.ico" -IDI_LEASH_TRAY_NONE ICON "res\\doghead_grey.ico" +IDI_LEASH_TRAY_GOOD ICON "res\\status_greenK.ico" +IDI_LEASH_TRAY_LOW ICON "res\\status_yelloK.ico" +IDI_LEASH_TRAY_EXPIRED ICON "res\\status_redK.ico" +IDI_LEASH_TRAY_NONE ICON "res\\status_grayK.ico" IDI_LEASH_TICKET_ADDRESS ICON "res\\address.ico" IDI_LEASH_TICKET_SESSION ICON "res\\key.ico" IDI_LEASH_TICKET_ENCRYPTION ICON "res\\encryption.ico" diff --git a/src/windows/leash/res/Leash.ico b/src/windows/leash/res/Leash.ico index 9ef4f96ffc..235c6f445d 100644 Binary files a/src/windows/leash/res/Leash.ico and b/src/windows/leash/res/Leash.ico differ diff --git a/src/windows/leash/res/doghead_green.ico b/src/windows/leash/res/doghead_green.ico deleted file mode 100644 index eadc2a3618..0000000000 Binary files a/src/windows/leash/res/doghead_green.ico and /dev/null differ diff --git a/src/windows/leash/res/doghead_grey.ico b/src/windows/leash/res/doghead_grey.ico deleted file mode 100644 index ffffce37cc..0000000000 Binary files a/src/windows/leash/res/doghead_grey.ico and /dev/null differ diff --git a/src/windows/leash/res/doghead_orange.ico b/src/windows/leash/res/doghead_orange.ico deleted file mode 100644 index ded7e1441d..0000000000 Binary files a/src/windows/leash/res/doghead_orange.ico and /dev/null differ diff --git a/src/windows/leash/res/doghead_red.ico b/src/windows/leash/res/doghead_red.ico deleted file mode 100644 index 589b86a797..0000000000 Binary files a/src/windows/leash/res/doghead_red.ico and /dev/null differ diff --git a/src/windows/leash/res/homelarge.bmp b/src/windows/leash/res/homelarge.bmp new file mode 100644 index 0000000000..d34f3988e2 Binary files /dev/null and b/src/windows/leash/res/homelarge.bmp differ diff --git a/src/windows/leash/res/main.bmp b/src/windows/leash/res/main.bmp new file mode 100644 index 0000000000..301d63c71f Binary files /dev/null and b/src/windows/leash/res/main.bmp differ diff --git a/src/windows/leash/res/status_grayK.ico b/src/windows/leash/res/status_grayK.ico new file mode 100644 index 0000000000..f963f0d4f4 Binary files /dev/null and b/src/windows/leash/res/status_grayK.ico differ diff --git a/src/windows/leash/res/status_greenK.ico b/src/windows/leash/res/status_greenK.ico new file mode 100644 index 0000000000..d1557aa0a5 Binary files /dev/null and b/src/windows/leash/res/status_greenK.ico differ diff --git a/src/windows/leash/res/status_redK.ico b/src/windows/leash/res/status_redK.ico new file mode 100644 index 0000000000..3a624be1fa Binary files /dev/null and b/src/windows/leash/res/status_redK.ico differ diff --git a/src/windows/leash/res/status_yelloK.ico b/src/windows/leash/res/status_yelloK.ico new file mode 100644 index 0000000000..08ba599e62 Binary files /dev/null and b/src/windows/leash/res/status_yelloK.ico differ -- cgit