-rw-r--r-- | noncore/apps/oxygen/datawidgetui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/datawidgetui.cpp b/noncore/apps/oxygen/datawidgetui.cpp index b9000fa..68c025f 100644 --- a/noncore/apps/oxygen/datawidgetui.cpp +++ b/noncore/apps/oxygen/datawidgetui.cpp | |||
@@ -42,3 +42,3 @@ dataWidgetUI::dataWidgetUI() : QWidget() | |||
42 | { | 42 | { |
43 | dataCombo->insertItem( QString::number( i )+" - "+*it ); | 43 | dataCombo->insertItem( QString::number( i+1 )+" - "+*it ); |
44 | } | 44 | } |