Added extension to post file info.

captchafix
Florens Douwes 11 years ago
parent 355a671575
commit 37ba9ada62
  1. 2
      Chan/src/org/floens/chan/core/manager/ThreadManager.java

@ -277,7 +277,7 @@ public class ThreadManager implements Loader.LoaderListener {
String text = ""; String text = "";
if (post.hasImage) { if (post.hasImage) {
text += "File: " + post.filename + " \nSize: " + post.imageWidth + "x" + post.imageHeight + "\n\n"; text += "File: " + post.filename + "." + post.ext + " \nSize: " + post.imageWidth + "x" + post.imageHeight + "\n\n";
} }
text += "Time: " + post.date; text += "Time: " + post.date;

Loading…
Cancel
Save