Révision 1705
tmp/org.txm.rcp/src/main/java/org/txm/rcp/swt/widget/AssistedQueryWidget.java (revision 1705) | ||
---|---|---|
174 | 174 |
// query = ""; //$NON-NLS-1$ |
175 | 175 |
// } |
176 | 176 |
|
177 |
// fix the query |
|
178 |
query = query.replaceAll("^\"(.*)\"$","$1"); //$NON-NLS-1$ |
|
179 |
|
|
177 | 180 |
querywidget.setText(query); |
178 | 181 |
} |
179 | 182 |
|
tmp/org.txm.rcp/src/main/java/org/txm/rcp/swt/widget/AssistedChoiceQueryWidget.java (revision 1705) | ||
---|---|---|
205 | 205 |
// query = ""; //$NON-NLS-1$ |
206 | 206 |
// } |
207 | 207 |
|
208 |
// fix the query |
|
209 |
query = query.replaceAll("^\"(.*)\"$","$1"); //$NON-NLS-1$ |
|
210 |
|
|
211 |
|
|
208 | 212 |
querywidget.setText(query); |
209 | 213 |
} |
210 | 214 |
|
Formats disponibles : Unified diff