Code cleanup: parsePrintExpr() need not return whether there was an error.
[kdbg.git] / kdbg / commandids.h
blob490471617577cb1cd8042b93957b8edec5672b76
1 // $Id$
3 // Copyright by Johannes Sixt
4 // This file is under GPL, the GNU General Public Licence
6 #ifndef COMMANDIDS_H
7 #define COMMANDIDS_H
9 // statusbar ids
10 #define ID_STATUS_MSG 191
11 #define ID_STATUS_BUSY 192
12 #define ID_STATUS_ACTIVE 193
13 #define ID_STATUS_LINENO 194
14 #endif // COMMANDIDS_H