mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Update ToolBar.cpp
This commit is contained in:
parent
954df38eaa
commit
d2a530d487
1 changed files with 5 additions and 2 deletions
|
@ -118,9 +118,12 @@ void ToolBar::MakeActions()
|
|||
|
||||
addSeparator();
|
||||
|
||||
m_pause_play_action = addAction(tr("Play"), this, &ToolBar::PlayPressed);
|
||||
|
||||
m_pause_play_action = addAction(tr("Local Play"), this, &ToolBar::PlayPressed);
|
||||
m_start_netplay_action = addAction(tr("Online Play"), this, &ToolBar::StartNetPlayPressed);
|
||||
m_stop_action = addAction(tr("Stop"), this, &ToolBar::StopPressed);
|
||||
|
||||
addSeparator();
|
||||
|
||||
m_fullscreen_action = addAction(tr("FullScr"), this, &ToolBar::FullScreenPressed);
|
||||
m_screenshot_action = addAction(tr("ScrShot"), this, &ToolBar::ScreenShotPressed);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue