From 3d115cb858bec3c3444f1c53d222ccff69b396b3 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 11 Nov 2009 16:33:52 +0000
Subject: [PATCH] Fix for issue 4336 (Control Panel: Structural changes won't refresh / no refresh button/menuentry)
---
opends/src/guitools/org/opends/guitools/controlpanel/ui/LDAPEntryPanel.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/guitools/org/opends/guitools/controlpanel/ui/LDAPEntryPanel.java b/opends/src/guitools/org/opends/guitools/controlpanel/ui/LDAPEntryPanel.java
index 00ff0ca..1ba4f40 100644
--- a/opends/src/guitools/org/opends/guitools/controlpanel/ui/LDAPEntryPanel.java
+++ b/opends/src/guitools/org/opends/guitools/controlpanel/ui/LDAPEntryPanel.java
@@ -722,9 +722,9 @@
/**
* Tells whether the user chose to save the changes in the panel, to not save
- * them or simply cancelled the selection change in the tree.
+ * them or simply canceled the selection change in the tree.
* @return the value telling whether the user chose to save the changes in the
- * panel, to not save them or simply cancelled the selection in the tree.
+ * panel, to not save them or simply canceled the selection in the tree.
*/
public UnsavedChangesDialog.Result checkUnsavedChanges()
{
--
Gitblit v1.10.0