]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwindows/bookmarks.cpp
wxwindows/playlist.cpp: also update icon on item change
[vlc] / modules / gui / wxwindows / bookmarks.cpp
index 0bfe6b0c7bbca9336e88cd7f10e3b1ae462f8cf0..c3effc994ad8e066e6aaa8fb7eecb330014454b9 100644 (file)
@@ -499,7 +499,7 @@ void BookmarksDialog::OnEdit( wxCommandEvent& event )
            if( !p_input )
            {
                 wxMessageBox( wxU( _("No input found. The stream must be "
-                                  "playing or paused for bookmarks to work") ),
+                                  "playing or paused for bookmarks to work.") ),
                                wxU( _("No input") ), wxICON_WARNING | wxOK,
                                this );
                 return;