mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Git version fixed
This commit is contained in:
parent
55ca625371
commit
cd71125277
5 changed files with 26 additions and 15 deletions
|
|
@ -73,7 +73,7 @@ MainFrame::MainFrame()
|
|||
, m_sys_menu_opened(false)
|
||||
{
|
||||
|
||||
SetLabel(wxString::Format(_PRGNAME_ " " _PRGVER_ " " RPCS3_GIT_VERSION));
|
||||
SetLabel(wxString::Format(_PRGNAME_ " v" _PRGVER_ "-" RPCS3_GIT_VERSION));
|
||||
|
||||
wxMenuBar* menubar = new wxMenuBar();
|
||||
|
||||
|
|
@ -165,7 +165,7 @@ MainFrame::MainFrame()
|
|||
wxGetApp().Bind(wxEVT_KEY_DOWN, &MainFrame::OnKeyDown, this);
|
||||
wxGetApp().Bind(wxEVT_DBG_COMMAND, &MainFrame::UpdateUI, this);
|
||||
|
||||
LOG_NOTICE(GENERAL, _PRGNAME_ " " _PRGVER_ " " RPCS3_GIT_VERSION);
|
||||
LOG_NOTICE(GENERAL, _PRGNAME_ " v" _PRGVER_ "-" RPCS3_GIT_VERSION);
|
||||
LOG_NOTICE(GENERAL, "");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue