]> granicus.if.org Git - handbrake/commitdiff
WinGui:
authorsr55 <sr55.hb@outlook.com>
Thu, 3 Sep 2009 10:56:42 +0000 (10:56 +0000)
committersr55 <sr55.hb@outlook.com>
Thu, 3 Sep 2009 10:56:42 +0000 (10:56 +0000)
- Fix a copy/paste error in last checkin

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

win/C#/frmMain.cs

index e6bcdac694642a885e103bb0df5388af53939f3c..3935b873f6a0abf9c1f48b321f9e18eddaf0feca 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