From e1aa98fe077faecb14a9820f3861bb1c82b5db6e Mon Sep 17 00:00:00 2001 From: est31 Date: Sun, 3 Jul 2016 19:36:51 +0200 Subject: Remove top left minetest watermark Move version information into the window caption. On popular player request. Fixes #4209. --- src/guiEngine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/guiEngine.h') diff --git a/src/guiEngine.h b/src/guiEngine.h index a59436953..897244808 100644 --- a/src/guiEngine.h +++ b/src/guiEngine.h @@ -270,10 +270,10 @@ private: void drawVersion(); /** - * specify text to be appended to version string + * specify text to appear as top left string * @param text to set */ - void setTopleftText(std::string append); + void setTopleftText(const std::string &text); /** pointer to gui element shown at topleft corner */ irr::gui::IGUIStaticText* m_irr_toplefttext; -- cgit v1.2.3