mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Correct spelling of "weight" throughout the code.
"Weight" was misspelled "weigth" in several places in the code and comments. Signed-off-by: Benjamin Fogel <nystire@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9961cf13b1
commit
fb5ae28865
4 changed files with 9 additions and 9 deletions
|
@ -117,7 +117,7 @@ QWidget* ComboBoxDelegate::createEditor(QWidget* parent, const QStyleOptionViewI
|
|||
|
||||
/* This Method is being called when the user *writes* something and press enter or tab,
|
||||
* and it`s also called when the mouse walks over the list of choices from the ComboBox,
|
||||
* One thing is important, if the user writes a *new* cylinder or weigth type, it will
|
||||
* One thing is important, if the user writes a *new* cylinder or weight type, it will
|
||||
* be ADDED to the list, and the user will need to fill the other data.
|
||||
*/
|
||||
void ComboBoxDelegate::testActivation(const QString& currText)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue