mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-31 06:12:39 -06:00
Change encoding from CP1251 to UTF-8
This commit is contained in:
parent
06e0235437
commit
c75280a8de
6 changed files with 10 additions and 10 deletions
|
|
@ -90,7 +90,7 @@ public:
|
|||
}
|
||||
if (s[i] == '"') {
|
||||
if (inquote) {
|
||||
// закрытие кавычек
|
||||
// закрытие кавычек
|
||||
rectCol.width = arr[i] - rectCol.x;
|
||||
rectCol.x = rectCol.x - startX + rect.x;
|
||||
dc->DrawRoundedRectangle(rectCol, 3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue