|
From: <caw...@us...> - 2007-05-30 13:25:08
|
Revision: 2557
http://svn.sourceforge.net/rubyeclipse/?rev=2557&view=rev
Author: cawilliams
Date: 2007-05-30 06:25:07 -0700 (Wed, 30 May 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/dialogs/OpenTypeSelectionDialog2.java
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/dialogs/OpenTypeSelectionDialog2.java
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/dialogs/OpenTypeSelectionDialog2.java 2007-05-30 13:22:47 UTC (rev 2556)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/dialogs/OpenTypeSelectionDialog2.java 2007-05-30 13:25:07 UTC (rev 2557)
@@ -35,7 +35,7 @@
private Point fLocation;
private Point fSize;
- private static final String DIALOG_SETTINGS= "org.eclipse.jdt.internal.ui.dialogs.OpenTypeSelectionDialog2"; //$NON-NLS-1$
+ private static final String DIALOG_SETTINGS= "org.rubypeople.rdt.internal.ui.dialogs.OpenTypeSelectionDialog2"; //$NON-NLS-1$
private static final String WIDTH= "width"; //$NON-NLS-1$
private static final String HEIGHT= "height"; //$NON-NLS-1$
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|