From 050a7cd83ca20b6d89c420baee940fc73e361ffa Mon Sep 17 00:00:00 2001 From: koldo Date: Fri, 10 Jan 2014 17:08:43 +0000 Subject: [PATCH] GridCtrl: Encoding changed to UTF8 git-svn-id: svn://ultimatepp.org/upp/trunk@6746 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/GridCtrl/GridCtrl.cpp | 2 +- uppsrc/GridCtrl/GridCtrl.upp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;