diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_editor.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index a137ae805..11a00b460 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -87,10 +87,7 @@ FilmEditor::page_changed(wxBookCtrlEvent& ev) } -/** Called when the metadata stored in the Film object has changed; - * so that we can update the GUI. - * @param p Property of the Film that has changed. - */ +/** Called a Film property has changed */ void FilmEditor::film_change(ChangeType type, FilmProperty p) { |
