From 389bb3b9bce97d135307b650eb95d3ea1ad1e557 Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Mon, 7 Dec 2009 18:12:17 +0100 Subject: Use proper newlines in the ?v version information. I hope this isn't another one of those ascii/tiles or OS differences but for me at least the empty lines between sections weren't being displayed in the console version, either. --- crawl-ref/source/menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/menu.h') diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h index fb822388ed..054ef2febe 100644 --- a/crawl-ref/source/menu.h +++ b/crawl-ref/source/menu.h @@ -534,7 +534,7 @@ public: virtual void add_item_formatted_string(const formatted_string& s, int hotkey = 0); virtual void add_item_string(const std::string& s, int hotkey = 0); - virtual void add_text(const std::string& s); + virtual void add_text(const std::string& s, bool new_line = false); virtual bool jump_to_hotkey( int keyin ); virtual ~formatted_scroller(); protected: -- cgit v1.2.3-54-g00ecf