debugger: use new action scheme for number base selections

This commit is contained in:
hjk
2009-03-24 16:39:01 +01:00
parent f48ff339ae
commit eb3870875f
7 changed files with 104 additions and 51 deletions

View File

@@ -51,8 +51,6 @@ const char * const M_DEBUG_VIEWS = "Debugger.Menu.View.Debug";
const char * const C_GDBDEBUGGER = "Gdb Debugger";
const char * const GDBRUNNING = "Gdb.Running";
const char * const PROPERTY_REGISTER_FORMAT = "Debugger.Property.RegisterFormat";
namespace Internal {
enum { debug = 0 };
}