Skip to content

Commit ec0fe19

Browse files
committed
utils: pxsv: fixed build information text alignment in "About" window
1 parent 1da6c37 commit ec0fe19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

utils/pxsv/sprviewer.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -573,17 +573,17 @@ SPRViewer::handleEvent (mxEvent *event)
573573
case IDC_HELP_ABOUT:
574574
mxMessageBox(this, va(
575575
APP_TITLE_STR " " APP_VERSION_STRING2 "\n"
576-
"Based on HLSV code by g-cont\n"
576+
"Based on \"Paranoia 2 Sprite Viewer\" made by g-cont\n"
577577
"\n"
578578
"Left mouse button and drag - to rotate\n"
579579
"Right mouse button and drag - to zoom\n"
580580
"Shift + LMB and drag - to XY-pan\n"
581581
"\n"
582-
"Build date: \t%s\n"
583-
"Commit hash: \t%s\n"
582+
"Build date: \t%s\n"
583+
"Commit hash: \t%s\n"
584584
"Architecture: \t%s\n"
585-
"Platform: \t%s\n"
586-
"Website: \t%s",
585+
"Platform: \t%s\n"
586+
"Website: \t%s",
587587
BuildInfo::GetDate(),
588588
BuildInfo::GetCommitHash(),
589589
BuildInfo::GetArchitecture(),

0 commit comments

Comments
 (0)