Skip to content

Commit

Permalink
Update 09 - Object Detection.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
SebasOcampoo committed Aug 30, 2015
1 parent 683f78b commit 5f9c60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/09 - Object Detection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Source Code
scene.getStylesheets().add(getClass().getResource("application.css").toExternalForm());
// create the stage with the given title and the previously created
// scene
primaryStage.setTitle("Lab7");
primaryStage.setTitle("Object Detection");
primaryStage.setScene(scene);
// show the GUI
primaryStage.show();
Expand Down

0 comments on commit 5f9c60a

Please sign in to comment.