mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 20:04:37 +00:00
Added Display object depth in flash panel - lowercase, translation
This commit is contained in:
@@ -2208,7 +2208,9 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
CharacterTag c = swf.getCharacter(ds.characterId);
|
||||
ret.append(c.toString());
|
||||
if(ds.depth > 0) {
|
||||
ret.append(" Depth: ");
|
||||
ret.append(" ");
|
||||
ret.append(AppStrings.translate("imagePanel.depth"));
|
||||
ret.append(" ");
|
||||
ret.append(ds.depth);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user