about summary refs log tree commit diff stats
path: root/xxxterm.c
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-01-04 01:33:24 +0000
committerMarco Peereboom <marco@conformal.com>2011-01-04 01:33:24 +0000
commit041206a1ce4377df6c268c3f5a69e36b257e78bd (patch)
tree28c384b35185ea827ac6c736e9c8bb5511e1f38d /xxxterm.c
parenteed1a76c63f884cc7f151be46d27b5ddbf22a36a (diff)
downloadxombrero-041206a1ce4377df6c268c3f5a69e36b257e78bd.tar.gz
rename icons per ians recommendation
Diffstat (limited to 'xxxterm.c')
-rw-r--r--xxxterm.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/xxxterm.c b/xxxterm.c
index 5775d2b..35da3a5 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -136,11 +136,11 @@ u_int32_t		swm_debug = 0
 				    ~(GDK_BUTTON5_MASK))
 
 char		*icons[] = {
-	"fightsoap16.png",
-	"fightsoap32.png",
-	"fightsoap48.png",
-	"fightsoap64.png",
-	"fightsoap128.png"
+	"xxxtermicon16.png",
+	"xxxtermicon32.png",
+	"xxxtermicon48.png",
+	"xxxtermicon64.png",
+	"xxxtermicon128.png"
 };
 
 struct tab {