diff options
author | Fritz Elfert <felfert@to.com> | 2002-02-14 06:30:24 +0000 |
---|---|---|
committer | Fritz Elfert <felfert@to.com> | 2002-02-14 06:30:24 +0000 |
commit | dd84853bc078366d6b345066b3915170d52b93ce (patch) | |
tree | 3d2c6fa21e11a1394d6a1806d9ec3320b6b3c618 /kde2/klipsi | |
parent | 046bcfc4ad89bc8cc8be7bf416645e56593ed8a0 (diff) | |
download | plptools-dd84853bc078366d6b345066b3915170d52b93ce.tar.gz plptools-dd84853bc078366d6b345066b3915170d52b93ce.tar.bz2 plptools-dd84853bc078366d6b345066b3915170d52b93ce.zip |
- Added missing icons.
- Some messages corrected.
Diffstat (limited to 'kde2/klipsi')
-rw-r--r-- | kde2/klipsi/Makefile.am | 2 | ||||
-rw-r--r-- | kde2/klipsi/toplevel.cpp | 4 |
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; |