Summary: | Kalzium export has Exact Mass in Electron Affinity | ||
---|---|---|---|
Product: | [Applications] kalzium | Reporter: | Nikita Skovoroda <chalkerx> |
Component: | general | Assignee: | Kalzium Developers <kalzium> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nikita Skovoroda
2010-09-22 07:46:57 UTC
http://websvn.kde.org/trunk/KDE/kdeedu/kalzium/src/exportdialog.cpp?view=markup 126: ui.propertyListWidget->addItem( new PropertyListEntry( i18n( "Exact Mass" ), ChemicalDataObject::exactMass ) ); 127: ui.propertyListWidget->addItem( new PropertyListEntry( i18n( "Ionization" ), ChemicalDataObject::ionization ) ); 128: ui.propertyListWidget->addItem( new PropertyListEntry( i18n( "Electron Affinity" ), ChemicalDataObject::exactMass ) ); SVN commit 1178300 by erebetez: Exact Mass was linked to Electron Affinity in the exportdialog. Thanks Nikita Skovoroda for reporting the bug;) BUG: 252009 M +1 -1 exportdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1178300 |