Jacek Caban : ieframe: Removed remaining bits of shdocvw.

Alexandre Julliard julliard at winehq.org
Fri Jul 29 12:37:01 CDT 2011


Module: wine
Branch: master
Commit: 7a428c3fd2aa66a9c7921f4e069b42b9042d342b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7a428c3fd2aa66a9c7921f4e069b42b9042d342b

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Fri Jul 29 12:18:33 2011 +0200

ieframe: Removed remaining bits of shdocvw.

---

 dlls/ieframe/Es.rc          |    2 +-
 dlls/ieframe/Fr.rc          |    2 +-
 dlls/ieframe/classinfo.c    |    2 +-
 dlls/ieframe/client.c       |    2 +-
 dlls/ieframe/dochost.c      |    2 +-
 dlls/ieframe/events.c       |    2 +-
 dlls/ieframe/frame.c        |    2 +-
 dlls/ieframe/ie.c           |    2 +-
 dlls/ieframe/ieframe.h      |    2 +-
 dlls/ieframe/iexplore.c     |    4 ++--
 dlls/ieframe/navigate.c     |    2 +-
 dlls/ieframe/oleobject.c    |    2 +-
 dlls/ieframe/persist.c      |    2 +-
 dlls/ieframe/shellbrowser.c |    2 +-
 dlls/ieframe/taskbarlist.c  |    2 +-
 dlls/ieframe/urlhist.c      |    2 +-
 dlls/ieframe/view.c         |    2 +-
 dlls/ieframe/webbrowser.c   |    2 +-
 18 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/dlls/ieframe/Es.rc b/dlls/ieframe/Es.rc
index e0537f1..808de7b 100644
--- a/dlls/ieframe/Es.rc
+++ b/dlls/ieframe/Es.rc
@@ -1,5 +1,5 @@
 /*
- * Spanish resources for shdocvw
+ * Spanish resources for ieframe
  *
  * Copyright 2010 José Rostagno
  *
diff --git a/dlls/ieframe/Fr.rc b/dlls/ieframe/Fr.rc
index 7b25fee..485420a 100644
--- a/dlls/ieframe/Fr.rc
+++ b/dlls/ieframe/Fr.rc
@@ -1,5 +1,5 @@
 /*
- * shdocvw French resources
+ * ieframe French resources
  *
  * Copyright 2010 Frédéric Delanoy
  *
diff --git a/dlls/ieframe/classinfo.c b/dlls/ieframe/classinfo.c
index 8e68754..30b8871 100644
--- a/dlls/ieframe/classinfo.c
+++ b/dlls/ieframe/classinfo.c
@@ -22,7 +22,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
+WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
 
 /**********************************************************************
  * Implement the IProvideClassInfo2 interface
diff --git a/dlls/ieframe/client.c b/dlls/ieframe/client.c
index e9d6ad9..970e28d 100644
--- a/dlls/ieframe/client.c
+++ b/dlls/ieframe/client.c
@@ -25,7 +25,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
+WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
 
 static inline DocHost *impl_from_IOleClientSite(IOleClientSite *iface)
 {
diff --git a/dlls/ieframe/dochost.c b/dlls/ieframe/dochost.c
index ffe65a1..5f60056 100644
--- a/dlls/ieframe/dochost.c
+++ b/dlls/ieframe/dochost.c
@@ -24,7 +24,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
+WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
 
 DEFINE_OLEGUID(CGID_DocHostCmdPriv, 0x000214D4L, 0, 0);
 
diff --git a/dlls/ieframe/events.c b/dlls/ieframe/events.c
index d2c6f1f..5a426ab 100644
--- a/dlls/ieframe/events.c
+++ b/dlls/ieframe/events.c
@@ -28,7 +28,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
+WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
 
 struct ConnectionPoint {
     IConnectionPoint IConnectionPoint_iface;
diff --git a/dlls/ieframe/frame.c b/dlls/ieframe/frame.c
index ef06064..d394d74 100644
--- a/dlls/ieframe/frame.c
+++ b/dlls/ieframe/frame.c
@@ -20,7 +20,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
+WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
 
 static inline DocHost *impl_from_IOleInPlaceFrame(IOleInPlaceFrame *iface)
 {
diff --git a/dlls/ieframe/ie.c b/dlls/ieframe/ie.c
index c1f9cfd..5fe0a26 100644
--- a/dlls/ieframe/ie.c
+++ b/dlls/ieframe/ie.c
@@ -20,7 +20,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
+WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
 
 static inline InternetExplorer *impl_from_IWebBrowser2(IWebBrowser2 *iface)
 {
diff --git a/dlls/ieframe/ieframe.h b/dlls/ieframe/ieframe.h
index f657ce4..89f69fa 100644
--- a/dlls/ieframe/ieframe.h
+++ b/dlls/ieframe/ieframe.h
@@ -1,5 +1,5 @@
 /*
- * Header includes for shdocvw.dll
+ * Header includes for ieframe.dll
  *
  * Copyright 2011 Jacek Caban for CodeWeavers
  *
diff --git a/dlls/ieframe/iexplore.c b/dlls/ieframe/iexplore.c
index 76bef14..99e3003 100644
--- a/dlls/ieframe/iexplore.c
+++ b/dlls/ieframe/iexplore.c
@@ -42,7 +42,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
+WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
 
 #define IDI_APPICON 1
 
@@ -1016,7 +1016,7 @@ static void release_dde(void)
 }
 
 /******************************************************************
- *		IEWinMain            (SHDOCVW.101)
+ *		IEWinMain            (ieframe.101)
  *
  * Only returns on error.
  */
diff --git a/dlls/ieframe/navigate.c b/dlls/ieframe/navigate.c
index 35c550d..2fea374 100644
--- a/dlls/ieframe/navigate.c
+++ b/dlls/ieframe/navigate.c
@@ -30,7 +30,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
+WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
 
 static const WCHAR emptyW[] = {0};
 
diff --git a/dlls/ieframe/oleobject.c b/dlls/ieframe/oleobject.c
index e4ee717..d227bcc 100644
--- a/dlls/ieframe/oleobject.c
+++ b/dlls/ieframe/oleobject.c
@@ -33,7 +33,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
+WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
 
 /* shlwapi.dll */
 HWND WINAPI SHSetParentHwnd(HWND hWnd, HWND hWndParent);
diff --git a/dlls/ieframe/persist.c b/dlls/ieframe/persist.c
index 93716bb..3529023 100644
--- a/dlls/ieframe/persist.c
+++ b/dlls/ieframe/persist.c
@@ -23,7 +23,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
+WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
 
 /**********************************************************************
  * Implement the IPersistStorage interface
diff --git a/dlls/ieframe/shellbrowser.c b/dlls/ieframe/shellbrowser.c
index 48f0e20..c3ff6c8 100644
--- a/dlls/ieframe/shellbrowser.c
+++ b/dlls/ieframe/shellbrowser.c
@@ -25,7 +25,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
+WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
 
 typedef struct {
     IShellBrowser IShellBrowser_iface;
diff --git a/dlls/ieframe/taskbarlist.c b/dlls/ieframe/taskbarlist.c
index 747a033..5055d80 100644
--- a/dlls/ieframe/taskbarlist.c
+++ b/dlls/ieframe/taskbarlist.c
@@ -22,7 +22,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
+WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
 
 struct taskbar_list
 {
diff --git a/dlls/ieframe/urlhist.c b/dlls/ieframe/urlhist.c
index 89480df..157138c 100644
--- a/dlls/ieframe/urlhist.c
+++ b/dlls/ieframe/urlhist.c
@@ -21,7 +21,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
+WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
 
 static HRESULT WINAPI UrlHistoryStg_QueryInterface(IUrlHistoryStg2 *iface, REFIID riid, void **ppv)
 {
diff --git a/dlls/ieframe/view.c b/dlls/ieframe/view.c
index 5d0c87d..2bf14b5 100644
--- a/dlls/ieframe/view.c
+++ b/dlls/ieframe/view.c
@@ -21,7 +21,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
+WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
 
 /**********************************************************************
  * Implement the IViewObject interface
diff --git a/dlls/ieframe/webbrowser.c b/dlls/ieframe/webbrowser.c
index c398786..d1004df 100644
--- a/dlls/ieframe/webbrowser.c
+++ b/dlls/ieframe/webbrowser.c
@@ -27,7 +27,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
+WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
 
 static inline WebBrowser *impl_from_IWebBrowser2(IWebBrowser2 *iface)
 {




More information about the wine-cvs mailing list