mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Rename Copy function to CopyInto
This commit is contained in:
parent
02485e6de3
commit
a7aa06f3e0
@ -183,7 +183,7 @@ namespace DisplayMagician.GameLibraries
|
||||
}
|
||||
}
|
||||
|
||||
public bool CopyTo(SteamGame steamGame)
|
||||
public bool CopyInto(SteamGame steamGame)
|
||||
{
|
||||
if (!(steamGame is SteamGame))
|
||||
return false;
|
||||
|
@ -131,7 +131,7 @@ namespace DisplayMagician.GameLibraries
|
||||
{
|
||||
// We update the existing Shortcut with the data over
|
||||
SteamGame steamGameToUpdate = GetSteamGame(steamGame.Id.ToString());
|
||||
steamGame.CopyTo(steamGameToUpdate);
|
||||
steamGame.CopyInto(steamGameToUpdate);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user