Daniel Molkentin 10 лет назад
Родитель
Сommit
af0d0bd2ac
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      shell_integration/CMakeLists.txt

+ 1 - 1
shell_integration/CMakeLists.txt

@@ -12,6 +12,6 @@ if( UNIX AND NOT APPLE )
   if(KF5_FOUND)
     add_subdirectory(dolphin)
   else()
-    message("Dolhin plugin disabled: KDE Frameworks 5.16 not found")
+    message("Dolphin plugin disabled: KDE Frameworks 5.16 not found")
   endif()
 endif()