repo.or.cz
/
kdbg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update Spanish translations.
[kdbg.git]
/
kdbg
/
commandids.h
blob
490471617577cb1cd8042b93957b8edec5672b76
1
// $Id$
2
3
// Copyright by Johannes Sixt
4
// This file is under GPL, the GNU General Public Licence
5
6
#ifndef COMMANDIDS_H
7
#define COMMANDIDS_H
8
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