added Acroread.* and MPlayer.* to config.arg.h rules 85e6d599
arg@10ksloc.org · 2006-08-02 16:38 1 file(s) · +2 −0
config.arg.h +2 −0
68 68
	/* class:instance	tags				isfloat */ \
69 69
	{ "Firefox.*",		{ [Tnet] = "net" },		False }, \
70 70
	{ "Gimp.*",		{ 0 },				True}, \
71 +
	{ "MPlayer.*",		{ 0 },				True}, \
72 +
	{ "Acroread.*",		{ 0 },				True}, \
71 73
};