mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -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
|
|
@ -23,7 +23,7 @@ class ctlListView : public wxListView
|
|||
{
|
||||
private:
|
||||
void OnSortGrid(wxListEvent& event);
|
||||
bool nosort; // если кто то пользуется SetItemData то не будем сортировать такие ctlListView
|
||||
bool nosort; // если кто то пользуется SetItemData то не будем сортировать такие ctlListView
|
||||
int order, prev_col;
|
||||
public:
|
||||
bool SetItemData(long item, long data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue