Révision 3557

TXM/trunk/org.txm.treesearch.rcp/src/org/txm/treesearch/command/SendToTreeSearch.java (revision 3557)
102 102
		}
103 103
		
104 104
		int kp = -1;
105
		System.out.println("s="+s.getClass()+" "+s);
105
		//System.out.println("s="+s.getClass()+" "+s);
106 106

  
107 107
		String[] words = editor.getEditionPanel(0).getWordSelection();
108 108
		String word_id = null;
109 109
		if (words[0] != null && !words[0].isEmpty()) {
110 110
			word_id = words[0];
111
		
112 111
		} else {
113 112
			word_id = editor.getEditionPanel(0).getCurrentPage().getWordId();
114 113
		}

Formats disponibles : Unified diff