]> git.sesse.net Git - kdenlive/blobdiff - src/main.cpp
Fix typos (patch from yurchor)
[kdenlive] / src / main.cpp
index 817d072dc6c1c6540e309267514350874ceda1ed..e1d348e8f2cb94dbbc922ca9e890c4080011b292 100644 (file)
 #include <KUrl> //new
 
 
-#if defined(__APPLE_KDE__) || defined(__DARWIN__)
-#include <SDL/SDL.h>
-#endif
-
 int main(int argc, char *argv[])
 {
     KAboutData aboutData(QByteArray("kdenlive"), QByteArray("kdenlive"),
@@ -54,7 +50,7 @@ int main(int argc, char *argv[])
     KCmdLineArgs::init(argc, argv, &aboutData);
 
     KCmdLineOptions options;
-    options.add("mlt-path <path>", ki18n("Set the path for MLT environnement"));
+    options.add("mlt-path <path>", ki18n("Set the path for MLT environment"));
     options.add("+[file]", ki18n("Document to open")); //new
     KCmdLineArgs::addCmdLineOptions(options); //new