[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdereview/ksynaptics/src
From:       Stefan Kombrink <katakombi () web ! de>
Date:       2005-10-12 12:06:07
Message-ID: 1129118767.190738.22218.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 469882 by katakombi:

trying to fix compilation / automake make file generation. Maybe it's crap, but it's working 
here :D


 M  +2 -2      Makefile.am  
 M  +1 -1      syndock.cpp  


--- trunk/kdereview/ksynaptics/src/Makefile.am #469881:469882
@@ -13,8 +13,8 @@
 kcm_ksynaptics_la_LIBADD = $(LIB_KDEUI)
 kcm_ksynaptics_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undefined
 
-syndock_la_SOURCES = main.cpp syndock.cpp
-syndock_la_LIBADD = $(LIB_KDEUI)
+syndock_la_SOURCES = main.cpp syndock.cpp 
+syndock_la_LIBADD = $(LIB_KDEUI) synconfig.lo
 syndock_la_LDFLAGS = $(all_libraries) -module -avoid-version
 
 kde_kcfg_DATA = kcm_ksynaptics.kcfg
--- trunk/kdereview/ksynaptics/src/syndock.cpp #469881:469882
@@ -50,7 +50,7 @@
     kdDebug() << "launched syndaemon process" << endl;
 
   QAction *enableDisable =
-    new QAction( i18n( "&Disable touch pad temporarily" ), this );
+    new QAction( i18n( "Disable touch pad temporarily" ), tr( "Ctrl+Alt+Key_D" ), this );
 
   connect( enableDisable, SIGNAL( toggled( bool ) ), this, SLOT( disablePadTemporarily( bool ) ) );
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic