mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
add short key for run frmStatus
This commit is contained in:
parent
82e11c6d8a
commit
3cc5010e9d
1 changed files with 1 additions and 1 deletions
|
|
@ -3921,7 +3921,7 @@ void frmStatus::OnChgColSizeQuerystateGrid(wxListEvent &event)
|
|||
|
||||
serverStatusFactory::serverStatusFactory(menuFactoryList *list, wxMenu *mnu, ctlMenuToolbar *toolbar) : actionFactory(list)
|
||||
{
|
||||
mnu->Append(id, _("&Server Status"), _("Displays the current database status."));
|
||||
mnu->Append(id, _("&Server Status\tCtrl-S"), _("Displays the current database status."));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue