From 5450564974a5db1a54e57aeb00a72780e6aee8a3 Mon Sep 17 00:00:00 2001 From: wdblck <41472927+dimyme@users.noreply.github.com> Date: Fri, 8 Nov 2019 15:59:13 +0100 Subject: [PATCH] Updated 7 traps & gotchas (markdown) --- 7-traps-&-gotchas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-traps-&-gotchas.md b/7-traps-&-gotchas.md index 75979ef..d748fad 100644 --- a/7-traps-&-gotchas.md +++ b/7-traps-&-gotchas.md @@ -8,7 +8,7 @@ this is a woefully incomplete attempt to list a few "rough edges" of pyBM, which * bitmessageui.ui in v0.6 is outdated and not used long ago. If you want to edit xml, use https://github.com/g1itch/PyBitmessage/tree/ui-refactoring Though it has translation problems. using - ` pyuic4 /src/bitmessageqt/bitmessageui.ui -o src/bitmessageqt/bitmessageui.py ` will break the whole app now. + ` pyuic4 /src/bitmessageqt/bitmessageui.ui -o src/bitmessageqt/bitmessageui.py ` after editing with Qt4-Designer will break the whole app now.