diff options
author | fluxgen <fluxgen> | 2002-09-01 11:44:12 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-09-01 11:44:12 (GMT) |
commit | f89ecbfeb2fe3678afd010fc85eb6e130df7d8b0 (patch) | |
tree | 484fe2b3f8f0332f87f8a80a3097fc0eacbf4413 | |
parent | 04807af1cf127f43007623c0567a7aa906ca1653 (diff) | |
download | fluxbox-f89ecbfeb2fe3678afd010fc85eb6e130df7d8b0.zip fluxbox-f89ecbfeb2fe3678afd010fc85eb6e130df7d8b0.tar.bz2 |
spelling
-rw-r--r-- | src/Window.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc index a778c01..2106e86 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.cc,v 1.75 2002/08/31 10:52:30 fluxgen Exp $ | 25 | // $Id: Window.cc,v 1.76 2002/09/01 11:44:12 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
@@ -2771,7 +2771,7 @@ void FluxboxWindow::mapRequestEvent(XMapRequestEvent *re) { | |||
2771 | XClassHint ch; | 2771 | XClassHint ch; |
2772 | 2772 | ||
2773 | if (XGetClassHint(display, getClientWindow(), &ch) == 0) { | 2773 | if (XGetClassHint(display, getClientWindow(), &ch) == 0) { |
2774 | cerr<<"Faild to ready class hint!"<<endl; | 2774 | cerr<<"Failed to ready class hint!"<<endl; |
2775 | } else { | 2775 | } else { |
2776 | if (ch.res_name != 0) { | 2776 | if (ch.res_name != 0) { |
2777 | m_instance_name = const_cast<char *>(ch.res_name); | 2777 | m_instance_name = const_cast<char *>(ch.res_name); |