mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-12-21 15:38:09 +00:00
fixed a typo and a declaration
This commit is contained in:
parent
21cc381bdd
commit
1fe188b72e
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ import QtQml 2.0
|
|||
* This script is just an example of how to use scripts
|
||||
* Visit http://docs.qownnotes.org/ for more information about scripting
|
||||
*/
|
||||
QtObject {
|
||||
Script {
|
||||
/**
|
||||
* Just show some log entries when the script is initialized
|
||||
*/
|
||||
|
|
|
@ -37,7 +37,7 @@ Script {
|
|||
return;
|
||||
}
|
||||
|
||||
// start the diff programm with the selected note paths as parameters
|
||||
// start the diff program with the selected note paths as parameters
|
||||
var params = script.selectedNotesPaths();
|
||||
script.startDetachedProcess(executablePath, params);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue