diff options
author | Timo Sirainen <cras@irssi.org> | 2000-10-28 01:52:16 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-10-28 01:52:16 +0000 |
commit | 80dd793c60bd58190c42e8fe76ae6e8825975373 (patch) | |
tree | 5a94093b4129fd3a11f0bd2064f2136f7aeb8ad7 /src/fe-text | |
parent | 1e6f81e38fffb444fe5a90f7061d396ff05a44d6 (diff) | |
download | irssi-80dd793c60bd58190c42e8fe76ae6e8825975373.zip |
Updated new default.theme to module-formats files.
default.theme still contains the abstracts.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@794 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text')
-rw-r--r-- | src/fe-text/module-formats.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-text/module-formats.c b/src/fe-text/module-formats.c index f81088df..4114ca50 100644 --- a/src/fe-text/module-formats.c +++ b/src/fe-text/module-formats.c @@ -25,8 +25,8 @@ FORMAT_REC gui_text_formats[] = { { MODULE_NAME, "Text user interface", 0 }, - { "lastlog_start", "%_Lastlog:", 0 }, - { "lastlog_end", "%_End of Lastlog", 0 }, + { "lastlog_start", "{hilight Lastlog}:", 0 }, + { "lastlog_end", "{hilight End of Lastlog}", 0 }, { "window_too_small", "Not enough room to resize this window", 0 }, { "cant_hide_last", "You can't hide the last window", 0 }, |