Skip to content

Commit 6ac5661

Browse files
committed
Fixed open with dialog label wrong size on mac
1 parent 34eb2b4 commit 6ac5661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/open_with_dlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ OpenWithDlg::OpenWithDlg(wxWindow* parent, const project& project, const vector<
1919
fitWindowMinSize(this);
2020

2121
//add column
22-
editorsListCtrl->AppendColumn("", wxLIST_FORMAT_CENTER, wxLIST_AUTOSIZE_USEHEADER);
22+
editorsListCtrl->AppendColumn("Select Editor Version to open current project", wxLIST_FORMAT_CENTER, wxLIST_AUTOSIZE_USEHEADER);
2323

2424
//populate list ctrl in reverse so ids match
2525
for (long x = versions.size()-1; x >= 0; x--){

0 commit comments

Comments
 (0)