diff options
Diffstat (limited to 'x11/kdebase3/patches/patch-fv')
-rw-r--r-- | x11/kdebase3/patches/patch-fv | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-fv b/x11/kdebase3/patches/patch-fv new file mode 100644 index 00000000000..dcc879c8a96 --- /dev/null +++ b/x11/kdebase3/patches/patch-fv @@ -0,0 +1,13 @@ +$NetBSD: patch-fv,v 1.1 2004/11/01 16:39:06 gavan Exp $ + +--- kpersonalizer/kcountrypage.cpp.orig 2004-07-17 18:52:08.000000000 +0100 ++++ kpersonalizer/kcountrypage.cpp +@@ -33,6 +33,8 @@ + + #include "kcountrypage.h" + ++#undef truncate ++ + KCountryPage::KCountryPage(QWidget *parent, const char *name ) : KCountryPageDlg(parent,name) { + + px_introSidebar->setPixmap(UserIcon("step1.png")); |