Searched refs:program (Results 1 - 2 of 2) sorted by relevance

/inkscape/packaging/wix/
H A Dinstall.bat26 pause the program is now installed. press any key to run uninstaller ...
/inkscape/src/extension/implementation/
H A Dscript.cpp1017 std::string program = in_command.front(); local
1024 if (!Glib::path_is_absolute(program)) {
1025 program = Glib::find_program_in_path(program);
1027 argv.push_back(program);

Completed in 23 milliseconds