kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #30798
Re: small typo - please fix
Marco,
You cannot fix the tooltips in dialogs generated by wxFormbuilder this
way. The next time someone edits the dialog, your changes will be lost.
I will fix tooltip using wxFormbuilder.
Thanks,
Wayne
On 9/16/2017 3:12 PM, Marco Ciampa wrote:
> diff --git a/eeschema/dialogs/dialog_edit_libentry_fields_in_lib_base.cpp b/eeschema/dialogs/dialog_edit_libentry_fields_in_lib_base.cpp
> index 4325d58..449f563 100644
> --- a/eeschema/dialogs/dialog_edit_libentry_fields_in_lib_base.cpp
> +++ b/eeschema/dialogs/dialog_edit_libentry_fields_in_lib_base.cpp
> @@ -34,7 +34,7 @@ DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB_BASE::DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB_BASE
> bSizer8->Add( moveUpButton, 0, wxALL, 5 );
>
> moveDownButton = new wxBitmapButton( this, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxDefaultSize, wxBU_AUTODRAW );
> - moveDownButton->SetToolTip( _("Move Move the selected optional fields down one position down") );
> + moveDownButton->SetToolTip( _("Move the selected optional fields down one position down") );
>
> bSizer8->Add( moveDownButton, 0, wxALL, 5 );
>
>
> TIA
>
References