X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Fui%2Froidseditview.ui.h;h=e22a408540798be1dd3ca9bffb6025cec21bd9b1;hp=225af827f0d4c8def97187889fb77c6b49f160f1;hb=2fd4fff0f5eef1d64527b202924f16f2242691dc;hpb=e5701c8f3f1199264015c5d6e0f2a32515d5f6f8 diff --git a/bs/ui/roidseditview.ui.h b/bs/ui/roidseditview.ui.h index 225af82..e22a408 100644 --- a/bs/ui/roidseditview.ui.h +++ b/bs/ui/roidseditview.ui.h @@ -30,7 +30,7 @@ void RoidsEditView::setValue( const QString & type, unsigned value ) void RoidsEditView::slotValueChanged( const QString & s ) { QString type = sender()->name(); - + if (type == "MetalEdit") type = tr("metal"); else if (type == "CrystalEdit") @@ -39,8 +39,8 @@ void RoidsEditView::slotValueChanged( const QString & s ) type = tr("eonium"); else if (type == "UninitEdit") type = tr("uninit"); - else if (type == "ScoreEdit") + else if (type == "ScoreEdit") type = tr("score"); - + test = type; emit changed(type, s.toInt()); } \ No newline at end of file