Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Aug 18, 2020
1 parent 050be51 commit 57b4765
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,15 +280,15 @@ program main
end program
```
The dialogs shown appear as follows on a Windows machine.
![](images/message_box.png?raw=true)
![](images/open_file_dialog.png?raw=true)
![](images/save_file_dialog.png?raw=true)
![](images/folder_dialog.png?raw=true)
![](images/message_box.PNG?raw=true)
![](images/open_file_dialog.PNG?raw=true)
![](images/save_file_dialog.PNG?raw=true)
![](images/folder_dialog.PNG?raw=true)

The command-line output of the program is as follows.
```text
The user pressed OK.
The user selected file: C:\~\Documents\github\fcore\CMakeLists.txt
The user wishes to save file: C:\~\Documents\github\fcore\test.txt
Selected Folder: C:\~\Documents\github\fcore\include
```
```

0 comments on commit 57b4765

Please sign in to comment.