From 74180b6bc95c2f8c1c594d1c8902d065917dd0e2 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 22 Aug 2009 17:22:36 +0200 Subject: [PATCH] hr bug fixed --- cockatrice/cockatrice.qrc | 2 ++ cockatrice/resources/hr.jpg | Bin 0 -> 371 bytes cockatrice/src/decklistmodel.cpp | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 cockatrice/resources/hr.jpg diff --git a/cockatrice/cockatrice.qrc b/cockatrice/cockatrice.qrc index 1c7c80b66..d720afb07 100644 --- a/cockatrice/cockatrice.qrc +++ b/cockatrice/cockatrice.qrc @@ -18,6 +18,8 @@ resources/icon_phase_cleanup.svg resources/icon_nextturn.svg + resources/hr.jpg + translations/cockatrice_de.qm translations/cockatrice_en.qm diff --git a/cockatrice/resources/hr.jpg b/cockatrice/resources/hr.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7250a7810f3c44f3cbc274863709e8d794f9815 GIT binary patch literal 371 zcmex=LJ%Z3btM5{dxG z5Q+={Y5sqJL6C!iiD?frqY?v?AS1INsize(); i++) { - cursor.insertHtml("
"); + cursor.insertHtml("
"); + //cursor.insertHtml("
"); cursor.insertBlock(headerBlockFormat, headerCharFormat); printDeckListNode(&cursor, dynamic_cast(root->at(i)));