summaryrefslogtreecommitdiffstats
path: root/gtk/src
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-02-09 00:15:28 +0000
committerjstebbins <[email protected]>2011-02-09 00:15:28 +0000
commit9419225f671c1befca6ac514a66848197f3c89d0 (patch)
tree5e781617344d9d2e0413410a88e8c6cba93f3fdb /gtk/src
parent8b24eb284e22676af7c98e592b6ed9d2e429c7f4 (diff)
LinGui: Change "Blind" to "Simple" in weightp combo box
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3790 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src')
-rw-r--r--gtk/src/hb-backend.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c
index 80297203c..30534a866 100644
--- a/gtk/src/hb-backend.c
+++ b/gtk/src/hb-backend.c
@@ -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 =
{