]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwindows/dialogs.cpp
* modules/gui/wxwindows/*: some code cleanup for the bookmarks dialog.
[vlc] / modules / gui / wxwindows / dialogs.cpp
index e8f77ca7f30340d2f21afb7f8bcc9f22c143f321..673e984f89aa5fb7ebd46c475ab003611cbb002d 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2000-2004 VideoLAN
  * $Id$
  *
- * Authors: Gildas Bazin <gbazin@netcourrier.com>
+ * Authors: Gildas Bazin <gbazin@videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -207,7 +207,7 @@ void DialogsProvider::OnBookmarks( wxCommandEvent& WXUNUSED(event) )
 {
     /* Show/hide the open dialog */
     if( !p_bookmarks_dialog )
-        p_bookmarks_dialog = new BookmarksDialog( p_intf, this );
+        p_bookmarks_dialog = BookmarksDialog( p_intf, this );
 
     if( p_bookmarks_dialog )
     {