diff options
author | Slávek Banko <[email protected]> | 2013-04-27 18:36:33 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-04-27 18:36:33 +0200 |
commit | 987dc667f267a536e918194ab13d7375c3ad5537 (patch) | |
tree | 7838b6f3cd5a6086ea79067bc18a0b7cd07d72ac /tdeui/tdetoolbar.cpp | |
parent | 4730b89323e190353f4f5629632da3bde10367e5 (diff) | |
download | tdelibs-987dc667f267a536e918194ab13d7375c3ad5537.tar.gz tdelibs-987dc667f267a536e918194ab13d7375c3ad5537.zip |
Cleanup output clutter
Diffstat (limited to 'tdeui/tdetoolbar.cpp')
-rw-r--r-- | tdeui/tdetoolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tdetoolbar.cpp b/tdeui/tdetoolbar.cpp index a3ced3a19..ad28c50f3 100644 --- a/tdeui/tdetoolbar.cpp +++ b/tdeui/tdetoolbar.cpp @@ -1445,7 +1445,7 @@ void TDEToolBar::resizeEvent( TQResizeEvent *e ) } } // else { -// printf("[WARNING] In TDEToolBar::resizeEvent, but this code block should not be executing. Preventing toolbar lockup. [Code 0045]\n\r"); +// printf("[WARNING] In TDEToolBar::resizeEvent, but this code block should not be executing. Preventing toolbar lockup. [Code 0045]\n"); // setUpdatesEnabled( true ); // } } |