/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:
Timo Sirainen 2001-11-25 15:16:28 +00:00 committed by cras
commit 8fd09aa09f
3 changed files with 9 additions and 2 deletions

View file

@ -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,