diff options
Diffstat (limited to 'finance/kmymoney2/patches/patch-ao')
-rw-r--r-- | finance/kmymoney2/patches/patch-ao | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/finance/kmymoney2/patches/patch-ao b/finance/kmymoney2/patches/patch-ao new file mode 100644 index 00000000000..41c3feb94b0 --- /dev/null +++ b/finance/kmymoney2/patches/patch-ao @@ -0,0 +1,12 @@ +$NetBSD: patch-ao,v 1.1.1.1 2003/05/05 12:46:31 markd Exp $ + +--- kmymoney2/dialogs/knewequityentrydecl.h.orig 2003-01-06 14:33:06.000000000 -0500 ++++ kmymoney2/dialogs/knewequityentrydecl.h +@@ -39,6 +39,7 @@ public: + QLineEdit* edtEquityName; + QLineEdit* edtMarketSymbol; + QLineEdit* dblCurrentPrice; ++ void languageChange(); + + + }; |