From 5fa20ea2d54d21a781d07995e27113b4c3bbc953 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Fri, 17 Aug 2007 19:23:08 +0000
Subject: [PATCH] New tests for messaging plumbing to replace old ones:
---
opends/src/messages/src/org/opends/messages/Category.java | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/opends/src/messages/src/org/opends/messages/Category.java b/opends/src/messages/src/org/opends/messages/Category.java
index 30803f1..99685b9 100644
--- a/opends/src/messages/src/org/opends/messages/Category.java
+++ b/opends/src/messages/src/org/opends/messages/Category.java
@@ -134,9 +134,10 @@
QUICKSETUP(0x01000000),
/**
- * The category used for messages associated with the status panel.
+ * The category used for messages associated with the tool like the
+ * offline installer and unintaller.
*/
- STATUS_PANEL(0x01100000),
+ ADMIN_TOOL(0x01100000),
/**
* The category that will be used for messages associated with
--
Gitblit v1.10.0