lib resource texts moved to lib project

This commit is contained in:
honfika@gmail.com
2014-08-25 10:29:45 +02:00
parent 453fd420d4
commit dec9261261
69 changed files with 2007 additions and 1743 deletions

View File

@@ -12,10 +12,11 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library.
* License along with this library.
*/
package com.jpexs.decompiler.graph;
import com.jpexs.decompiler.flash.AppResources;
import com.jpexs.decompiler.flash.helpers.GraphTextWriter;
import com.jpexs.decompiler.graph.model.LocalData;
@@ -34,7 +35,7 @@ public class MarkItem extends GraphTargetItem {
@Override
public GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) {
public GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) {
return writer.append("//" + AppResources.translate("decompilerMark") + ":" + mark);
}
public String getMark() {