Update the admin/ directory.
[kdbg.git] / kdbg / commandids.h
blob0697d53e1fe742b4b62bfab65bf9b34f87907600
1 /*
2 * Copyright Johannes Sixt
3 * This file is licensed under the GNU General Public License Version 2.
4 * See the file COPYING in the toplevel directory of the source directory.
5 */
7 #ifndef COMMANDIDS_H
8 #define COMMANDIDS_H
10 // statusbar ids
11 #define ID_STATUS_MSG 191
12 #define ID_STATUS_BUSY 192
13 #define ID_STATUS_ACTIVE 193
14 #define ID_STATUS_LINENO 194
15 #endif // COMMANDIDS_H