From 092e2c4f3c63b7ada368a927a6eee1b4dc9fdaaa Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 25 Jan 2008 17:37:48 +0000 Subject: Rename some files to be package name independent. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1024 --- data/chocolate-doom.ico | Bin 3638 -> 0 bytes data/chocolate-doom.png | Bin 1369 -> 0 bytes data/chocolate-setup.ico | Bin 6518 -> 0 bytes data/chocolate-setup.png | Bin 620 -> 0 bytes data/convert-icon | 2 +- data/doom.ico | Bin 0 -> 3638 bytes data/doom.png | Bin 0 -> 1369 bytes data/setup.ico | Bin 0 -> 6518 bytes data/setup.png | Bin 0 -> 620 bytes 9 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 data/chocolate-doom.ico delete mode 100644 data/chocolate-doom.png delete mode 100644 data/chocolate-setup.ico delete mode 100644 data/chocolate-setup.png create mode 100644 data/doom.ico create mode 100644 data/doom.png create mode 100644 data/setup.ico create mode 100644 data/setup.png (limited to 'data') diff --git a/data/chocolate-doom.ico b/data/chocolate-doom.ico deleted file mode 100644 index 602d32d4..00000000 Binary files a/data/chocolate-doom.ico and /dev/null differ diff --git a/data/chocolate-doom.png b/data/chocolate-doom.png deleted file mode 100644 index 6d58b874..00000000 Binary files a/data/chocolate-doom.png and /dev/null differ diff --git a/data/chocolate-setup.ico b/data/chocolate-setup.ico deleted file mode 100644 index 32a0b761..00000000 Binary files a/data/chocolate-setup.ico and /dev/null differ diff --git a/data/chocolate-setup.png b/data/chocolate-setup.png deleted file mode 100644 index 152999d3..00000000 Binary files a/data/chocolate-setup.png and /dev/null differ diff --git a/data/convert-icon b/data/convert-icon index 16412378..d79648b2 100755 --- a/data/convert-icon +++ b/data/convert-icon @@ -41,7 +41,7 @@ def convert_image(filename, output_filename): size = im.size - struct_name = os.path.basename(filename) + struct_name = os.path.basename(output_filename) struct_name = re.sub(re.compile("\\..*$"), "", struct_name) struct_name = re.sub(re.compile("\W"), "_", struct_name) diff --git a/data/doom.ico b/data/doom.ico new file mode 100644 index 00000000..602d32d4 Binary files /dev/null and b/data/doom.ico differ diff --git a/data/doom.png b/data/doom.png new file mode 100644 index 00000000..6d58b874 Binary files /dev/null and b/data/doom.png differ diff --git a/data/setup.ico b/data/setup.ico new file mode 100644 index 00000000..32a0b761 Binary files /dev/null and b/data/setup.ico differ diff --git a/data/setup.png b/data/setup.png new file mode 100644 index 00000000..152999d3 Binary files /dev/null and b/data/setup.png differ -- cgit v1.2.3