Don't mark help button page names as translatable

Originally committed to SVN as r6210.
This commit is contained in:
Thomas Goyne 2012-01-08 01:05:07 +00:00
parent e08fb25d15
commit eaa1001d7a
1 changed files with 1 additions and 1 deletions

View File

@ -799,7 +799,7 @@ DialogColorPicker::DialogColorPicker(wxWindow *parent, wxColour initial_color, C
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
int mode = OPT_GET("Tool/Colour Picker/Mode")->GetInt();