Commit 11f264c9 authored by plyatov's avatar plyatov

Little changes in menu text (standartization of menu "About").

parent ee726005
...@@ -159,7 +159,7 @@ wxMenuBar * menuBar = GetMenuBar(); ...@@ -159,7 +159,7 @@ wxMenuBar * menuBar = GetMenuBar();
_("On line doc")); _("On line doc"));
item->SetBitmap(help_xpm); item->SetBitmap(help_xpm);
helpMenu->Append(item); helpMenu->Append(item);
item = new wxMenuItem(helpMenu , ID_CVPCB_DISPLAY_LICENCE, _("Cvpcb &About"), item = new wxMenuItem(helpMenu , ID_CVPCB_DISPLAY_LICENCE, _("&About"),
_("Kicad Infos")); _("Kicad Infos"));
item->SetBitmap(info_xpm); item->SetBitmap(info_xpm);
helpMenu->Append(item); helpMenu->Append(item);
......
...@@ -154,7 +154,7 @@ wxMenuBar * menuBar = GetMenuBar(); ...@@ -154,7 +154,7 @@ wxMenuBar * menuBar = GetMenuBar();
helpMenu->Append(item); helpMenu->Append(item);
item = new wxMenuItem(helpMenu , ID_KICAD_ABOUT, item = new wxMenuItem(helpMenu , ID_KICAD_ABOUT,
_("Eeschema &About"), _("Eeschema Infos")); _("&About"), _("Eeschema Infos"));
item->SetBitmap(info_xpm); item->SetBitmap(info_xpm);
helpMenu->Append(item); helpMenu->Append(item);
......
...@@ -201,7 +201,7 @@ wxMenuBar * menuBar = GetMenuBar() ; ...@@ -201,7 +201,7 @@ wxMenuBar * menuBar = GetMenuBar() ;
helpMenu->Append(item); helpMenu->Append(item);
item = new wxMenuItem(helpMenu , ID_KICAD_ABOUT, item = new wxMenuItem(helpMenu , ID_KICAD_ABOUT,
_("Kicad &About"), _("Kicad Infos")); _("&About"), _("Kicad Infos"));
item->SetBitmap(info_xpm); item->SetBitmap(info_xpm);
helpMenu->Append(item); helpMenu->Append(item);
......
...@@ -61,7 +61,7 @@ wxMenuItem * item; ...@@ -61,7 +61,7 @@ wxMenuItem * item;
item->SetBitmap(help_xpm); item->SetBitmap(help_xpm);
helpMenu->Append(item); helpMenu->Append(item);
item = new wxMenuItem(helpMenu , ID_KICAD_ABOUT, _("Pcbnew &About"), _("Pcbnew Infos")); item = new wxMenuItem(helpMenu , ID_KICAD_ABOUT, _("&About"), _("Pcbnew Infos"));
item->SetBitmap(info_xpm); item->SetBitmap(info_xpm);
helpMenu->Append(item); helpMenu->Append(item);
......
...@@ -265,7 +265,7 @@ wxMenuBar * menuBar = GetMenuBar(); ...@@ -265,7 +265,7 @@ wxMenuBar * menuBar = GetMenuBar();
item->SetBitmap(help_xpm); item->SetBitmap(help_xpm);
helpMenu->Append(item); helpMenu->Append(item);
item = new wxMenuItem(helpMenu , ID_KICAD_ABOUT, _("Pcbnew &About"), _("Pcbnew Infos")); item = new wxMenuItem(helpMenu , ID_KICAD_ABOUT, _("&About"), _("Pcbnew Infos"));
item->SetBitmap(info_xpm); item->SetBitmap(info_xpm);
helpMenu->Append(item); helpMenu->Append(item);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment