summaryrefslogtreecommitdiff
path: root/src/client.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-11-08 17:59:38 +0000
committerMaxime Coste <frrrwww@gmail.com>2014-11-08 18:01:55 +0000
commite1fc2677e3a01b779c689a971cd2207ef08746d7 (patch)
tree632d806ab78dde010c73c69676b0413088304d6a /src/client.cc
parent484fffc288d0ce2a29ab1737b5c6122fa67dc5ac (diff)
Add a MenuDoc style for info box, that will place it next to the menu
Diffstat (limited to 'src/client.cc')
-rw-r--r--src/client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cc b/src/client.cc
index 3143a0a7..daa89f6f 100644
--- a/src/client.cc
+++ b/src/client.cc
@@ -144,7 +144,7 @@ void Client::check_buffer_fs_timestamp()
"reload '" + buffer.display_name() + "' ?",
"'" + buffer.display_name() + "' was modified externally\n"
"press r or y to reload, k or n to keep",
- pos, get_face("Information"), MenuStyle::Prompt);
+ pos, get_face("Information"), InfoStyle::Prompt);
m_input_handler.on_next_key(KeymapMode::None,
[this, filename](Key key, Context& context) {