Skip to content

Commit

Permalink
Messagebox will now show new message
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinsa530 committed Jun 17, 2020
1 parent 4ebae1c commit 69fff4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Qlip/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ private static void HandleCopy(bool second=false)
else
{
string msg = "Failed to capture copied text. ERRCODE=" + errCheckPt + "." + (second ? "1" : "2");
MessageBox.Show("Failed to capture copied text.", "Qlip Error", MessageBoxButton.OK, MessageBoxImage.Error);
MessageBox.Show(msg, "Qlip Error", MessageBoxButton.OK, MessageBoxImage.Error);
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions QlipSetup/QlipSetup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -368,15 +368,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Qlip"
"ProductCode" = "8:{986A79CA-EBC9-44E3-954C-D0567A1991C8}"
"PackageCode" = "8:{9D6CCB04-5D40-4750-B75C-FF835337A9FB}"
"ProductCode" = "8:{2A78C269-E470-4A0D-A841-9315EAAA7116}"
"PackageCode" = "8:{074BEE5A-4675-43B0-A17E-352F77BA125C}"
"UpgradeCode" = "8:{7F23815E-B52B-476E-8BE0-8108EF1F3689}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:FALSE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.1.1"
"ProductVersion" = "8:1.1.3"
"Manufacturer" = "8:Qlip"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down

0 comments on commit 69fff4b

Please sign in to comment.