|
|
Author: seelmann
Date: Fri Oct 30 11:06:31 2009
New Revision: 831261
URL: http://svn.apache.org/viewvc?rev=831261&view=rev
Log:
Fixed typo
Modified:
directory/studio/trunk/ldapbrowser-ui/src/main/java/org/apache/directory/studio/ldapbrowser/ui/dialogs/properties/EntryPropertyPage.java
Modified:
directory/studio/trunk/ldapbrowser-ui/src/main/java/org/apache/directory/studio/ldapbrowser/ui/dialogs/properties/EntryPropertyPage.java
URL:
http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-ui/src/main/java/org/apache/directory/studio/ldapbrowser/ui/dialogs/properties/EntryPropertyPage.java?rev=831261&r1=831260&r2=831261&view=diff
==============================================================================
---
directory/studio/trunk/ldapbrowser-ui/src/main/java/org/apache/directory/studio/ldapbrowser/ui/dialogs/properties/EntryPropertyPage.java
(original)
+++
directory/studio/trunk/ldapbrowser-ui/src/main/java/org/apache/directory/studio/ldapbrowser/ui/dialogs/properties/EntryPropertyPage.java
Fri Oct 30 11:06:31 2009
@@ -329,7 +329,7 @@
urlText.setText( entry.getUrl().toString() );
ctText.setText( getNonNullStringValue( entry.getAttribute(
SchemaConstants.CREATE_TIMESTAMP_AT ) ) );
cnText.setText( getNonNullStringValue( entry.getAttribute(
SchemaConstants.CREATORS_NAME_AT ) ) );
- mtText.setText( getNonNullStringValue( entry.getAttribute(
SchemaConstants.MODIFIERS_NAME_AT ) ) );
+ mtText.setText( getNonNullStringValue( entry.getAttribute(
SchemaConstants.MODIFY_TIMESTAMP_AT ) ) );
mnText.setText( getNonNullStringValue( entry.getAttribute(
SchemaConstants.MODIFIERS_NAME_AT ) ) );
reloadCmiButton.setText( Messages.getString(
"EntryPropertyPage.Refresh" ) ); //$NON-NLS-1$
|
|