summaryrefslogtreecommitdiff
path: root/src/gui/windows/outfitwindow.h
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2017-09-03 22:59:54 +0400
committerAlige <gauvain.dauchy@free.fr>2017-09-03 22:59:54 +0400
commit37a6fa23f7aba5fb055af147a2b35ef68ea3e4c1 (patch)
tree3a90d7f82d66522a45baf21adaceaa9f7ac27908 /src/gui/windows/outfitwindow.h
parentc31cab8fee595f36940b69b3427fa7c3678eb302 (diff)
downloadplus-37a6fa23f7aba5fb055af147a2b35ef68ea3e4c1.tar.gz
plus-37a6fa23f7aba5fb055af147a2b35ef68ea3e4c1.tar.bz2
plus-37a6fa23f7aba5fb055af147a2b35ef68ea3e4c1.tar.xz
plus-37a6fa23f7aba5fb055af147a2b35ef68ea3e4c1.zip
Fixed all "buttom" into "bottom".
Diffstat (limited to 'src/gui/windows/outfitwindow.h')
-rw-r--r--src/gui/windows/outfitwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/outfitwindow.h b/src/gui/windows/outfitwindow.h
index 6b7fbb163..cf2799d2b 100644
--- a/src/gui/windows/outfitwindow.h
+++ b/src/gui/windows/outfitwindow.h
@@ -106,7 +106,7 @@ class OutfitWindow final : public Window,
Button *mPreviousButton A_NONNULLPOINTER;
Button *mNextButton A_NONNULLPOINTER;
- Button *mEquipButtom A_NONNULLPOINTER;
+ Button *mEquipBottom A_NONNULLPOINTER;
Label *mCurrentLabel A_NONNULLPOINTER;
CheckBox *mUnequipCheck A_NONNULLPOINTER;
CheckBox *mAwayOutfitCheck A_NONNULLPOINTER;