diff --git a/ChangeLog b/ChangeLog index ab83884..9f659a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Version 2.0.0 + - Enabled drag and drop support + - Copy and Move are now background processes + - NBSidePanel is now NBSidePanelView, with cusom delegate NBSidePanelDelegate + - NBTreeView is now stable, except for drag and drop + Version 2.0.0-preview - GUI design changes - Delete is now a threaded Core IO diff --git a/Gui/Dialogs/NBMessageDialog.cpp b/Gui/Dialogs/NBMessageDialog.cpp index 4902d0e..539f6f7 100644 --- a/Gui/Dialogs/NBMessageDialog.cpp +++ b/Gui/Dialogs/NBMessageDialog.cpp @@ -231,7 +231,7 @@ void NBMessageDialog::buttonClickHandler() { void NBMessageDialog::aboutNewBreeze() { - QString title = QString( "About NewBreeze v2.0.0-preview" ); + QString title = QString( "About NewBreeze v2.0.0" ); QString text = QString( "

Fast and light-weight File Manager

" \ "

Built on top of the Powerful Qt4 GUI Toolkit, this file manager " \