code handler update add switch dialog

This commit is contained in:
Nayla Hanegan 2024-06-10 22:35:41 -04:00
commit 1550565855
7 changed files with 63 additions and 11 deletions

View file

@ -31,7 +31,7 @@ const std::string& GetScmDescStr()
}
const std::string& GetScmRevStr()
{
static const std::string scm_rev_str = std::string("Dolphin MPN [") + SCM_DESC_STR + "]";
static const std::string scm_rev_str = std::string("Dolphin MPN (") + SCM_DESC_STR + ")";
return scm_rev_str;
}