Git commit d66008cc9c6428dd309ec9ca1dd1d017337c8a04 by Yuri Chornoivan. Committed on 26/02/2013 at 19:54. Pushed by yurchor into branch 'master'.
Add a warning about the risk of Synchronizer usage as proposed by Jan M +3 -0 doc/synchronizer.docbook http://commits.kde.org/krusader/d66008cc9c6428dd309ec9ca1dd1d017337c8a04 diff --git a/doc/synchronizer.docbook b/doc/synchronizer.docbook index eaf97f2..b2cf612 100644 --- a/doc/synchronizer.docbook +++ b/doc/synchronizer.docbook @@ -10,6 +10,9 @@ <para> This feature is disabled at the compilation time by default. Use <userinput>-DENABLE_SYNCHRONIZER=true</userinput> compilation switch to <application>cmake</application> to enable it, then <link linkend="kde4_lin_install">recompile and install &krusader;</link>. </para> + <para> + Synchronizer is considered unmaintained, so be aware of the risk of its usage! + </para> </important> <para>This function compares two directories with all subdirectories and shows the differences between them. After selecting some options and the
