From b0ee7bbb7ee5b56ff1293c148aab535fedaa01b1 Mon Sep 17 00:00:00 2001 From: Littleboy Date: Wed, 29 Jun 2011 06:18:50 -0400 Subject: BACKENDS: Implement Win32TaskbarManager::setCount() --- dists/scummvm.rc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dists/scummvm.rc') diff --git a/dists/scummvm.rc b/dists/scummvm.rc index d3330045b5..55f9dfbc6c 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -5,9 +5,11 @@ #endif #define FILE 256 -#define IDI_ICON 1001 +#define IDI_ICON 1001 +#define IDI_COUNT 1002 IDI_ICON ICON DISCARDABLE "icons/scummvm.ico" +IDI_COUNT ICON DISCARDABLE "icons/count.ico" scummmodern.zip FILE "gui/themes/scummmodern.zip" #ifdef USE_TRANSLATION -- cgit v1.2.3