forked from mia/Aegisub
Reverse tooltips for the Cancel/Accept buttons in Split mode... I checked all of this carefully before I comitted, I guess I read what I wanted to see. (noticed by Kaverin)
Originally committed to SVN as r3407.
This commit is contained in:
parent
edc7b00b97
commit
a31139a408
1 changed files with 2 additions and 2 deletions
|
@ -210,9 +210,9 @@ wxPanel(parent,-1,wxDefaultPosition,wxDefaultSize,wxTAB_TRAVERSAL|wxBORDER_RAISE
|
|||
|
||||
CancelAcceptSizer = new wxBoxSizer(wxHORIZONTAL);
|
||||
CancelButton = new wxBitmapButton(this,Audio_Button_Cancel,GETIMAGE(kara_split_accept_24),wxDefaultPosition,wxSize(33,30));
|
||||
CancelButton->SetToolTip(_("Discard all splits and leave split-mode"));
|
||||
CancelButton->SetToolTip(_("Commit splits and leave split-mode"));
|
||||
AcceptButton = new wxBitmapButton(this,Audio_Button_Accept,GETIMAGE(kara_split_cancel_24),wxDefaultPosition,wxSize(33,30));
|
||||
AcceptButton->SetToolTip(_("Commit splits and leave split-mode"));
|
||||
AcceptButton->SetToolTip(_("Discard all splits and leave split-mode"));
|
||||
CancelAcceptSizer->Add(CancelButton,0,wxRIGHT|wxEXPAND,0);
|
||||
CancelAcceptSizer->Add(AcceptButton,0,wxRIGHT|wxEXPAND,0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue