summaryrefslogtreecommitdiffstats
path: root/win/C#/Functions
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-12-20 18:17:42 +0000
committersr55 <[email protected]>2007-12-20 18:17:42 +0000
commit497e1b008f2ad22b2a67405e53edd047167a398a (patch)
tree26f7303012ba259faec831894ee28c0f67d0ae32 /win/C#/Functions
parent2f4b0dffd1b896bd7186e8be3d03cc56ae28e051 (diff)
WinGui:
- Some more code code cleanup done. Nothing major. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1141 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions')
-rw-r--r--win/C#/Functions/Common.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Functions/Common.cs b/win/C#/Functions/Common.cs
index e298beac2..839044140 100644
--- a/win/C#/Functions/Common.cs
+++ b/win/C#/Functions/Common.cs
@@ -21,7 +21,7 @@ namespace Handbrake.Functions
string build = rssRead.build();
int latest = int.Parse(build);
- int current = Properties.Settings.Default.build;
+ int current = Properties.Settings.Default.hb_build;
int skip = Properties.Settings.Default.skipversion;
if (latest == skip)