openbsd-ports/productivity/vym/patches/patch-exportxhtmldialog_cpp
jasper 0ed30ee837 - update vym to 1.10.0
(switch to qt4 and lots of bug fixes)

ok ajacoutot@
2008-01-04 16:27:30 +00:00

16 lines
684 B
Plaintext

$OpenBSD: patch-exportxhtmldialog_cpp,v 1.1 2008/01/04 16:27:30 jasper Exp $
--- exportxhtmldialog.cpp.orig Wed Jun 20 12:51:44 2007
+++ exportxhtmldialog.cpp Wed Jan 2 10:18:43 2008
@@ -92,9 +92,9 @@ void ExportXHTMLDialog::readSettings()
} else
{
xsl=settings.readLocalEntry
- (filepath,"/export/xhtml/xsl","/usr/share/vym/styles/vym2xhtml.xsl");
+ (filepath,"/export/xhtml/xsl","!!PREFIX!!/share/vym/styles/vym2xhtml.xsl");
css=settings.readLocalEntry
- (filepath,"/export/xhtml/css","/usr/share/vym/styles/vym.css");
+ (filepath,"/export/xhtml/css","!!PREFIX!!/share/vym/styles/vym.css");
}
ui.lineEditXSL->setText(xsl);
ui.lineEditCSS->setText(css);