diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:08:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:08:07 -0600 |
commit | b8194db620ec78533332fc44948beac45864bd72 (patch) | |
tree | 419e6e99caec21056dfc10a3c20dc8d8d6654e67 /style | |
parent | df63cee06e06381aaa420f8646f5183ed7018c4d (diff) | |
download | tde-style-lipstik-b8194db620ec78533332fc44948beac45864bd72.tar.gz tde-style-lipstik-b8194db620ec78533332fc44948beac45864bd72.zip |
Fix accidental conversion of dockwin
Diffstat (limited to 'style')
-rw-r--r-- | style/lipstik.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/lipstik.cpp b/style/lipstik.cpp index b69316b..b7ff52d 100644 --- a/style/lipstik.cpp +++ b/style/lipstik.cpp @@ -3099,7 +3099,7 @@ void LipstikStyle::tqdrawControl(ControlElement element, break; } - // Menu and doctwindow empty space + // Menu and dockwindow empty space // case CE_DockWindowEmptyArea: |