From e592a1f085bfbf4e154db20abe7cc00485e6d100 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Tue, 13 May 2008 14:35:02 +0000 Subject: [PATCH] Remove note about the need to restart irssi in windows_layout_saved theme format, bindings are instantly effective now. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4818 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/module-formats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c index 5f89f67a..7c9506e6 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -45,7 +45,7 @@ FORMAT_REC fecommon_core_formats[] = { { "windowlist_header", "%#Ref Name Active item Server Level", 0 }, { "windowlist_line", "%#$[3]0 %|$[20]1 $[15]2 $[15]3 $4", 5, { 1, 0, 0, 0, 0 } }, { "windowlist_footer", "", 0 }, - { "windows_layout_saved", "Layout of windows is now remembered next time you start irssi", 0 }, + { "windows_layout_saved", "Layout of windows is now remembered", 0 }, { "windows_layout_reset", "Layout of windows reset to defaults", 0 }, { "window_info_header", "", 0 }, { "window_info_footer", "", 0 },