aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/courtroom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index 581ce5a4..da05fe90 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -3086,7 +3086,7 @@ void Courtroom::on_pair_list_clicked(QModelIndex p_index)
}
if(other_charid != -1)
{
- f_item->setText(real_char + " [x]");
+ f_item->setText(real_char + " [x]");
}
}