Don't mark help button page names as translatable
Originally committed to SVN as r6210.
This commit is contained in:
parent
e08fb25d15
commit
eaa1001d7a
1 changed files with 1 additions and 1 deletions
|
@ -799,7 +799,7 @@ DialogColorPicker::DialogColorPicker(wxWindow *parent, wxColour initial_color, C
|
||||||
|
|
||||||
colorspace_choice->Bind(wxEVT_COMMAND_CHOICE_SELECTED, &DialogColorPicker::OnChangeMode, this);
|
colorspace_choice->Bind(wxEVT_COMMAND_CHOICE_SELECTED, &DialogColorPicker::OnChangeMode, this);
|
||||||
|
|
||||||
button_sizer->GetHelpButton()->Bind(wxEVT_COMMAND_BUTTON_CLICKED, bind(&HelpButton::OpenPage, _("Colour Picker")));
|
button_sizer->GetHelpButton()->Bind(wxEVT_COMMAND_BUTTON_CLICKED, bind(&HelpButton::OpenPage, "Colour Picker"));
|
||||||
|
|
||||||
// Fill the controls
|
// Fill the controls
|
||||||
int mode = OPT_GET("Tool/Colour Picker/Mode")->GetInt();
|
int mode = OPT_GET("Tool/Colour Picker/Mode")->GetInt();
|
||||||
|
|
Loading…
Reference in a new issue