Use uppercase in variable NAME
This commit is contained in:
parent
7dcf23b195
commit
f4848c2ee9
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ from buffer import BufferListWidget, Buffer
|
||||||
from debug import DebugDialog
|
from debug import DebugDialog
|
||||||
from about import AboutDialog
|
from about import AboutDialog
|
||||||
|
|
||||||
NAME = 'qweechat'
|
NAME = 'QWeeChat'
|
||||||
VERSION = '0.1-dev'
|
VERSION = '0.1-dev'
|
||||||
AUTHOR = 'Sébastien Helleu'
|
AUTHOR = 'Sébastien Helleu'
|
||||||
AUTHOR_MAIL= 'flashcode@flashtux.org'
|
AUTHOR_MAIL= 'flashcode@flashtux.org'
|
||||||
|
|
Loading…
Reference in a new issue