Révision 1893
tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/editors/ProgressionEditor.java (revision 1893) | ||
---|---|---|
525 | 525 |
* @param query |
526 | 526 |
*/ |
527 | 527 |
public void setQuery(String query) { |
528 |
// fix the query |
|
528 |
// fix the query, remove the double quotes
|
|
529 | 529 |
query = query.replaceAll("^\"(.*)\"$","$1"); //$NON-NLS-1$ |
530 | 530 |
assistedQueryWidget.setText(query); |
531 | 531 |
} |
Formats disponibles : Unified diff