mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
/WINDOW NAME now complains if you try to change the window's name to
something that's already in use. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2140 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5347d24e61
commit
8fd09aa09f
3 changed files with 9 additions and 2 deletions
|
|
@ -14,7 +14,8 @@ enum {
|
|||
TXT_REFNUM_TOO_LOW,
|
||||
TXT_ERROR_SERVER_STICKY,
|
||||
TXT_SET_SERVER_STICKY,
|
||||
TXT_UNSET_SERVER_STICKY,
|
||||
TXT_UNSET_SERVER_STICKY,
|
||||
TXT_WINDOW_NAME_NOT_UNIQUE,
|
||||
TXT_WINDOW_LEVEL,
|
||||
TXT_WINDOWLIST_HEADER,
|
||||
TXT_WINDOWLIST_LINE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue