summaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.h
diff options
context:
space:
mode:
authorDTA7 <dta7e@t-online.de>2017-09-16 18:42:17 +0200
committerSmallJoker <SmallJoker@users.noreply.github.com>2017-09-16 18:42:17 +0200
commit45e9f8081140bfcf45f83508621a94df8f2bce20 (patch)
treefdf08de4c57b015be99dc6f83aed3435a8d1d553 /src/guiFormSpecMenu.h
parent45a7dd1ec4ef75b9316c518809fcef029b3d96ea (diff)
downloadminetest-45e9f8081140bfcf45f83508621a94df8f2bce20.tar.gz
minetest-45e9f8081140bfcf45f83508621a94df8f2bce20.tar.bz2
minetest-45e9f8081140bfcf45f83508621a94df8f2bce20.zip
Correct tooltip_append_itemstring terminology (#6421)
Diffstat (limited to 'src/guiFormSpecMenu.h')
-rw-r--r--src/guiFormSpecMenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guiFormSpecMenu.h b/src/guiFormSpecMenu.h
index 902f86ce1..7c283dcc0 100644
--- a/src/guiFormSpecMenu.h
+++ b/src/guiFormSpecMenu.h
@@ -407,7 +407,7 @@ protected:
gui::IGUIStaticText *m_tooltip_element = nullptr;
u64 m_tooltip_show_delay;
- bool m_tooltip_append_itemstring;
+ bool m_tooltip_append_itemname;
u64 m_hovered_time = 0;
s32 m_old_tooltip_id = -1;