diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-29 20:40:47 +0000 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-29 20:40:47 +0000 |
| commit | 6c12a9b9d1bb51a74e97dc337e2ec2053253327f (patch) | |
| tree | a338b6475aac966284150da6283892bae9ddfb0d /client | |
| parent | 1e2896eed85f190be7f05dc75c76057bbbe95db4 (diff) | |
| download | instadisc-6c12a9b9d1bb51a74e97dc337e2ec2053253327f.tar.gz instadisc-6c12a9b9d1bb51a74e97dc337e2ec2053253327f.tar.bz2 instadisc-6c12a9b9d1bb51a74e97dc337e2ec2053253327f.zip | |
Client: Renamed "blog-comment" category
Refs #72
Diffstat (limited to 'client')
| -rw-r--r-- | client/trunk/src/com/fourisland/instadisc/Item/Categories/Category.java | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/client/trunk/src/com/fourisland/instadisc/Item/Categories/Category.java b/client/trunk/src/com/fourisland/instadisc/Item/Categories/Category.java index 433feda..c8ee151 100644 --- a/client/trunk/src/com/fourisland/instadisc/Item/Categories/Category.java +++ b/client/trunk/src/com/fourisland/instadisc/Item/Categories/Category.java | |||
| @@ -22,7 +22,7 @@ public class Category { | |||
| 22 | if (category.equals("blog-post")) | 22 | if (category.equals("blog-post")) |
| 23 | { | 23 | { |
| 24 | return new ImageIcon(Blogpost.blogpost); | 24 | return new ImageIcon(Blogpost.blogpost); |
| 25 | } else if (category.equals("blog-comment")) | 25 | } else if (category.equals("comment")) |
| 26 | { | 26 | { |
| 27 | return new ImageIcon(Comment.comment); | 27 | return new ImageIcon(Comment.comment); |
| 28 | } else if (category.equals("forum-post")) | 28 | } else if (category.equals("forum-post")) |
