OSDN Git Service

LinGui: Change "Blind" to "Simple" in weightp combo box
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 9 Feb 2011 00:15:28 +0000 (00:15 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 9 Feb 2011 00:15:28 +0000 (00:15 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@3790 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/src/hb-backend.c

index 8029720..30534a8 100644 (file)
@@ -303,9 +303,9 @@ combo_opts_t bpyramid_opts =
 
 static options_map_t d_weightp_opts[] =
 {
-       {"Off",   "0", 0, "0"},
-       {"Blind", "1", 1, "1"},
-       {"Smart", "2", 2, "2"},
+       {"Off",    "0", 0, "0"},
+       {"Simple", "1", 1, "1"},
+       {"Smart",  "2", 2, "2"},
 };
 combo_opts_t weightp_opts =
 {