diff options
| author | 2011-06-28 22:17:26 +0000 | |
|---|---|---|
| committer | 2011-06-28 22:17:26 +0000 | |
| commit | 2ec129431e2dee46fdcdc4d67a85f79d84f0723e (patch) | |
| tree | bd5f463c4c19f2822290b68e9d63a014f39faef1 /src/modules/objects/KvsObject_tableWidget.cpp | |
| parent | updated sources date and changelogs (diff) | |
| download | KVIrc-2ec129431e2dee46fdcdc4d67a85f79d84f0723e.tar.gz KVIrc-2ec129431e2dee46fdcdc4d67a85f79d84f0723e.tar.bz2 KVIrc-2ec129431e2dee46fdcdc4d67a85f79d84f0723e.zip | |
Some fixes in class sql
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5884 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/KvsObject_tableWidget.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_tableWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/KvsObject_tableWidget.cpp b/src/modules/objects/KvsObject_tableWidget.cpp index 6299b42f5..a02378ca6 100644 --- a/src/modules/objects/KvsObject_tableWidget.cpp +++ b/src/modules/objects/KvsObject_tableWidget.cpp @@ -132,7 +132,7 @@ const char * const itemflags_tbl[] = { the RED component, the third and fourth digit specify the GREEN component and the last two specify the BLUE component. For example "FFFF00" means full red, full green and no blue that gives - !fn: $setFlag(<row:uint>,<col:uint>,<flag1:string>, <flag2:string>, ...) + !fn: $setItemFlags(<row:uint>,<col:uint>,<flag1:string>, <flag2:string>, ...) Sets the flags for the cell pointed by row and col to the given flags. These determine whether the cell can be selected or modified. Supported flags are: |
