diff --git a/uppsrc/GridCtrl/GridCtrl.cpp b/uppsrc/GridCtrl/GridCtrl.cpp index 08a87e738..3d16626e8 100644 --- a/uppsrc/GridCtrl/GridCtrl.cpp +++ b/uppsrc/GridCtrl/GridCtrl.cpp @@ -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,� int cx� int cy� Color color� 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) diff --git a/uppsrc/GridCtrl/GridCtrl.upp b/uppsrc/GridCtrl/GridCtrl.upp index 57bc38600..8c8546653 100644 --- a/uppsrc/GridCtrl/GridCtrl.upp +++ b/uppsrc/GridCtrl/GridCtrl.upp @@ -1,6 +1,6 @@ description "Grid control\377"; -charset "windows-1250"; +charset "UTF-8"; uses CtrlLib;