[Libreoffice-commits] .: desktop/source
David Tardon
dtardon at kemper.freedesktop.org
Sun Dec 5 05:53:03 PST 2010
desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ebe931d8572c6698e97907cf042ccd471a15e2b7
Author: David Tardon <dtardon at redhat.com>
Date: Sun Dec 5 14:52:57 2010 +0100
fix comment
diff --git a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
index d84ec92..867023b 100644
--- a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
+++ b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
@@ -972,7 +972,7 @@ void ExtensionCmdQueue::Thread::_checkForUpdates(
if ( ( pUpdateDialog->Execute() == RET_OK ) && !vData.empty() )
{
- // If there is at least one directly downloadable dialog then we
+ // If there is at least one directly downloadable extension then we
// open the install dialog.
::std::vector< UpdateData > dataDownload;
int countWebsiteDownload = 0;
More information about the Libreoffice-commits
mailing list