Ability to Open PowerPoint



Hi,

A patch for mx.ext.in to Open MS PowerPoint, in case you are interested.

Thanks,
Arpad
*** mc.ext.in	2006-12-28 05:45:29.000000000 +0200
--- mc.ext.in1	2008-03-11 11:52:58.000000000 +0200
***************
*** 456,461 ****
--- 456,465 ----
  	Open=(abiword %f >/dev/null 2>&1 &)
  	View=%view{ascii} catdoc -w %f || word2x -f text %f - || strings %f
  
+ # Microsoft PowerPoint
+ regex/\.([pP][pP][tT])$
+   Open=(ooimpress %f &)
+ 
  # RTF document
  regex/\.([rR][tT][fF])$
  	Open=(abiword %f >/dev/null 2>&1 &)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]