Skip to content
Snippets Groups Projects
Commit e68c13c0 authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

fixed improper window class naming when running pd-l2ork via pd-gui with no optional args

parent 3fce3b79
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,8 @@ main(int argc, char **argv)
{
//specify root window name
argc--; argv++;
} else if (argc == 1) { //if we are running directly from pd-gui with no args
argv[0]="pd-l2ork";
}
Tk_Main(argc, argv, Tcl_AppInit);
return 0; /* Needed only to prevent compiler warning. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment