winecfg.cpl: Add new control panel applet for winecfg

Owen Rudge owen at owenrudge.net
Tue Jul 1 14:17:51 CDT 2008


This patch adds a new applet, winecfg.cpl, to Wine, based on a patch 
sent a few months ago by Metody Stefanov (pure_evil @ mail.bg). The 
control panel features three icons, for Wine Configuration, the Registry 
Editor, and the Task Manager.

---
  configure                         |    3 +
  configure.ac                      |    1 +
  dlls/winecfg.cpl/En.rc            |   34 ++++++++++
  dlls/winecfg.cpl/Makefile.in      |   16 +++++
  dlls/winecfg.cpl/winecfg.c        |  123 
+++++++++++++++++++++++++++++++++++++
  dlls/winecfg.cpl/winecfg.cpl.spec |    2 +
  dlls/winecfg.cpl/winecfg.h        |   16 +++++
  dlls/winecfg.cpl/winecfg.rc       |   32 ++++++++++
  tools/wine.inf.in                 |    1 +
  9 files changed, 228 insertions(+), 0 deletions(-)
  create mode 100644 dlls/winecfg.cpl/En.rc
  create mode 100644 dlls/winecfg.cpl/Makefile.in
  create mode 100644 dlls/winecfg.cpl/winecfg.c
  create mode 100644 dlls/winecfg.cpl/winecfg.cpl.spec
  create mode 100644 dlls/winecfg.cpl/winecfg.h
  create mode 100644 dlls/winecfg.cpl/winecfg.rc

-- 
Owen Rudge
http://www.owenrudge.net/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 49bbd20a730a5ce62f7f359386cf2475911dcd26.diff
Type: text/x-patch
Size: 9327 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080701/d4c887ec/attachment-0001.bin 


More information about the wine-patches mailing list