mirror of https://github.com/xemu-project/xemu.git
ui: Fix typo in About dialog
This commit is contained in:
parent
f079f8447d
commit
2955b842f2
|
@ -734,7 +734,7 @@ public:
|
|||
AboutWindow()
|
||||
{
|
||||
snprintf(build_info_text, sizeof(build_info_text),
|
||||
"Verson: %s\n" "Branch: %s\n" "Commit: %s\n" "Date: %s",
|
||||
"Version: %s\n" "Branch: %s\n" "Commit: %s\n" "Date: %s",
|
||||
xemu_version, xemu_branch, xemu_commit, xemu_date);
|
||||
// FIXME: Show platform
|
||||
// FIXME: Show driver
|
||||
|
|
Loading…
Reference in New Issue