Fix display of control for 'Display In Review Category'

Commit 36934dc6 accidentally removed the code to display the 'Display
In Review Category' control on the MyPreferencesScreen.

Change-Id: If794b06b90f0a82cb16ef9f49765485a8e552983
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2015-01-22 16:58:00 +01:00
parent be09512df9
commit 4934d40d5a

View File

@@ -148,7 +148,8 @@ public class MyPreferencesScreen extends SettingsScreen {
formGrid.setWidget(row, fieldIdx, copySelfOnEmails);
row++;
formGrid.setText(row, labelIdx, "");
formGrid.setText(row, labelIdx, Util.C.reviewCategoryLabel());
formGrid.setWidget(row, fieldIdx, reviewCategoryStrategy);
row++;
formGrid.setText(row, labelIdx, Util.C.maximumPageSizeFieldLabel());