diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:11:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:11:51 -0600 |
commit | 849b17192c3f6b9d41a4a37123d1d475870fb550 (patch) | |
tree | e42923dba73eec81216fa0e4b0e7fd5ee58c07f6 | |
parent | e35f3fe53cd8df85d4fd04e49dfffbaeac971cdf (diff) | |
download | tdeartwork-849b17192c3f6b9d41a4a37123d1d475870fb550.tar.gz tdeartwork-849b17192c3f6b9d41a4a37123d1d475870fb550.zip |
Fix accidental conversion of dockwin
-rw-r--r-- | styles/dotnet/dotnet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/dotnet/dotnet.cpp b/styles/dotnet/dotnet.cpp index 3f7b8b7e..df40c1a5 100644 --- a/styles/dotnet/dotnet.cpp +++ b/styles/dotnet/dotnet.cpp @@ -1373,7 +1373,7 @@ void dotNETstyle::tqdrawControl(TQ_ControlElement element, break; } - // Menu and doctwindow empty space + // Menu and dockwindow empty space // case CE_DockWindowEmptyArea: case CE_MenuBarEmptyArea: |