diff options
author | Paul-Erik Törrönen <poltsi@777-team.org> | 2015-05-16 00:27:08 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-21 16:05:09 -0700 |
commit | cfa54031928e901f56fd2c6b90047833d5a59c02 (patch) | |
tree | 50a4c00cd291540899a317459219a2c83d6887d6 /qt-ui/maintab.h | |
parent | 00b1469658fc43ec6448cd01e59405bfeeef40cb (diff) | |
download | subsurface-cfa54031928e901f56fd2c6b90047833d5a59c02.tar.gz |
Fix typo
Loockup -> Lookup
Signed-off-by: Paul-Erik Törrönen <poltsi@777-team.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index 4a44c03b3..d8880f584 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -94,8 +94,8 @@ slots: void removeSelectedPhotos(); void prepareDiveSiteEdit(); void showLocation(); - void enableGeoLoockupEdition(); - void disableGeoLoockupEdition(); + void enableGeoLookupEdition(); + void disableGeoLookupEdition(); private: Ui::MainTab ui; |