GridCtrl: Encoding changed to UTF8

git-svn-id: svn://ultimatepp.org/upp/trunk@6746 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2014-01-10 17:08:43 +00:00
parent 1c29406256
commit 050a7cd83c
2 changed files with 2 additions and 2 deletions

View file

@ -1620,7 +1620,7 @@ void GridCtrl::DrawHorzDragLine(Draw &w, int pos, int cx, int size, Color c)
//w.DrawRect(pos, 0, cx / 2, size - 1, Color(100, 100, 100, 100);
DrawFrame(w, pos + 1, 1, cx / 2 - 2, size - 2, c);
DrawFrame(w, pos, 0, cx / 2, size, c);
// DrawFatFrame(w, x, 0,<EFBFBD> int cx<63> int cy<63> Color color<6F> int n)
// DrawFatFrame(w, x, 0,ďż˝ int cxďż˝ int cyďż˝ Color colorďż˝ int n)
}
void GridCtrl::DrawVertDragLine(Draw &w, int pos, int size, int dx, Color c)

View file

@ -1,6 +1,6 @@
description "Grid control\377";
charset "windows-1250";
charset "UTF-8";
uses
CtrlLib;