mirror of
https://github.com/psforever/GameLauncher.git
synced 2026-04-23 21:25:22 +00:00
Fix web responses, about box
This commit is contained in:
parent
71665d8718
commit
824d7b5a7b
6 changed files with 47 additions and 35 deletions
|
|
@ -19,7 +19,7 @@ namespace PSLauncher
|
|||
FileVersionInfo fvi = FileVersionInfo.GetVersionInfo(assembly.Location);
|
||||
string version = fvi.FileVersion;
|
||||
|
||||
appVersion.Text = "Version " + version;
|
||||
versionInfo.Text = "Version " + version;
|
||||
}
|
||||
|
||||
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue