OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 3 Sep 2009 10:56:42 +0000 (10:56 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 3 Sep 2009 10:56:42 +0000 (10:56 +0000)
- Fix a copy/paste error in last checkin

git-svn-id: svn://localhost/HandBrake/trunk@2804 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/frmMain.cs

index e6bcdac..3935b87 100644 (file)
@@ -610,7 +610,7 @@ namespace Handbrake
             if (openPreset.ShowDialog() == DialogResult.OK)\r
             {\r
                 QueryParser parsed = imp.importMacPreset(openPreset.FileName);\r
-                if (presetHandler.CheckIfPresetsAreOutOfDate(parsed.PresetName + " (Imported)"))\r
+                if (presetHandler.CheckIfUserPresetExists(parsed.PresetName + " (Imported)"))\r
                 {\r
                     DialogResult result = MessageBox.Show("This preset appears to already exist. Would you like to overwrite it?", "Overwrite preset?",\r
                                                            MessageBoxButtons.YesNo, MessageBoxIcon.Warning);\r