sort name column by default
This commit is contained in:
@@ -67,7 +67,7 @@ GameViewer::GameViewer(wxWindow* parent) : wxListView(parent)
|
|||||||
LoadSettings();
|
LoadSettings();
|
||||||
m_columns.Show(this);
|
m_columns.Show(this);
|
||||||
|
|
||||||
m_sortColumn = 0;
|
m_sortColumn = 1;
|
||||||
m_sortAscending = true;
|
m_sortAscending = true;
|
||||||
m_path = "/dev_hdd0/game/";
|
m_path = "/dev_hdd0/game/";
|
||||||
m_popup = new wxMenu();
|
m_popup = new wxMenu();
|
||||||
|
|||||||
Reference in New Issue
Block a user