config.default.h
changeset 758 63ad05e7f9e1
parent 743 cb8b18d787d0
child 769 dc60583894e0
--- a/config.default.h	Wed Feb 14 09:09:18 2007 +0100
+++ b/config.default.h	Wed Feb 14 09:31:23 2007 +0100
@@ -84,7 +84,7 @@
 #define RULES \
 static Rule rule[] = { \
 	/* class:instance:title regex	tags regex	isfloat */ \
-	{ "Gimp.*",			NULL,		True }, \
-	{ "MPlayer.*",			NULL,		True }, \
-	{ "Acroread.*",			NULL,		True }, \
+	{ "Gimp",			NULL,		True }, \
+	{ "MPlayer",			NULL,		True }, \
+	{ "Acroread",			NULL,		True }, \
 };