diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:35:23 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:35:23 -0600 |
commit | 5e3fc3a36b58c4e1cb48e31a350f76b7a81b3170 (patch) | |
tree | f6be5c0cc8881dc1d2df5e4d56e59c388b52cd41 /src/CallTip.cpp | |
parent | 2ca85d336093fd44a5effafbc44dde7edd4e30ec (diff) | |
download | tqscintilla-5e3fc3a36b58c4e1cb48e31a350f76b7a81b3170.tar.gz tqscintilla-5e3fc3a36b58c4e1cb48e31a350f76b7a81b3170.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/CallTip.cpp')
-rwxr-xr-x | src/CallTip.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CallTip.cpp b/src/CallTip.cpp index 2de8eae..f4bc5f8 100755 --- a/src/CallTip.cpp +++ b/src/CallTip.cpp @@ -214,7 +214,7 @@ void CallTip::PaintCT(Surface *surfaceWindow) { surfaceWindow->FillRectangle(rcClient, colourBG.allocated); - offsetMain = insetX; // initial tqalignment assuming no arrows + offsetMain = insetX; // initial alignment assuming no arrows PaintContents(surfaceWindow, true); // Draw a raised border around the edges of the window |