| commit | 31e3e91f19396ff93a2303fa319d0b65ba91341a | [log] [tgz] |
|---|---|---|
| author | jat@google.com <jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Nov 17 20:12:15 2009 +0000 |
| committer | jat@google.com <jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Nov 17 20:12:15 2009 +0000 |
| tree | c86a460079117dd96f64661ac28de6d46c73edbc | |
| parent | ac3cbee74d9eee347f3d62cea2c0d832e1665003 [diff] |
Remove status line update from IE plugin. Patch by: jat Unreviewed git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6964 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/plugins/ie/oophm/oophm/IESessionHandler.cpp b/plugins/ie/oophm/oophm/IESessionHandler.cpp index 43c9c90..5491496 100644 --- a/plugins/ie/oophm/oophm/IESessionHandler.cpp +++ b/plugins/ie/oophm/oophm/IESessionHandler.cpp
@@ -25,7 +25,7 @@ IESessionHandler::IESessionHandler(HostChannel* channel, IHTMLWindow2* window) : SessionData(channel, window, this), jsObjectId(1) { - window->put_defaultStatus(L"GWT OOPHM Plugin active"); + // window->put_defaultStatus(L"GWT Developer Plugin active"); } IESessionHandler::~IESessionHandler(void) {