aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/klipsi
diff options
context:
space:
mode:
Diffstat (limited to 'kde2/klipsi')
-rw-r--r--kde2/klipsi/Makefile.am2
-rw-r--r--kde2/klipsi/toplevel.cpp4
2 files changed, 5 insertions, 1 deletions
diff --git a/kde2/klipsi/Makefile.am b/kde2/klipsi/Makefile.am
index 368c3f5..0a26739 100644
--- a/kde2/klipsi/Makefile.am
+++ b/kde2/klipsi/Makefile.am
@@ -18,7 +18,7 @@ lib_LTLIBRARIES = klipsi.la
CLEANFILES = dummy.cpp
-klipsi_la_LIBADD = -L$(top_srcdir)/lib/.libs -lplp $(LIB_KDEUI)
+klipsi_la_LIBADD = -L$(top_srcdir)/lib -lplp $(LIB_KDEUI)
klipsi_la_SOURCES = main.cpp toplevel.cpp
klipsi_la_LDFLAGS = $(all_libraries) -module -avoid-version
diff --git a/kde2/klipsi/toplevel.cpp b/kde2/klipsi/toplevel.cpp
index 92dc2ed..b87a271 100644
--- a/kde2/klipsi/toplevel.cpp
+++ b/kde2/klipsi/toplevel.cpp
@@ -733,6 +733,10 @@ checkConnection() {
"protocol.<BR/>The reason for that is usually a missing "
"server library on your Psion.<BR/>Make shure, that "
"<B>C:\\System\\Libs\\clipsvr.rsy</B> exists.<BR/>"
+ "This file is part of PsiWin and usually gets copied "
+ "to your Psion when you enable CopyAnywhere in PsiWin. "
+ "You also get it from a PsiWin installation directory "
+ "and copy it to your Psion manually.<BR/>"
"<B>Klipsi</B> will now terminate.</QT>"),
i18n("Protocol not supported"));
delete timer;