[Digikam-devel] extragear/graphics/digikam/utilities/cameragui

Gilles Caulier caulier.gilles at free.fr
Fri Apr 7 10:55:14 BST 2006


SVN commit 527208 by cgilles:

digikam from stable : bugfix : cleanup whatthis image info when album content is scroll with the mouse
CCMAIL: digikam-devel at kde.org
CCBUGS: 120052

 M  +2 -2      cameraui.cpp  
 M  +1 -1      cameraui.h  


--- trunk/extragear/graphics/digikam/utilities/cameragui/cameraui.cpp #527207:527208
@@ -1,7 +1,7 @@
 /* ============================================================
  * Author: Renchi Raju <renchi at pooh.tam.uiuc.edu>
  * Date  : 2004-09-16
- * Description : 
+ * Description : Camera interface dialog
  * 
  * Copyright 2004-2005 by Renchi Raju
  * Copyright 2006 by Gilles Caulier
@@ -205,7 +205,7 @@
                                              "of destination album"));
 
     QVGroupBox* OnFlyBox = new QVGroupBox(i18n("On the Fly Operations"), d->advBox);
-    d->setPhotographerId = new QCheckBox(i18n("Set photographer identity"), OnFlyBox);
+    d->setPhotographerId = new QCheckBox(i18n("Set default photographer identity"), OnFlyBox);
     d->fixDateTimeCheck  = new QCheckBox(i18n("Fix internal date && time"), OnFlyBox);
     d->dateTimeEdit      = new KDateTimeEdit( OnFlyBox, "datepicker");
     
--- trunk/extragear/graphics/digikam/utilities/cameragui/cameraui.h #527207:527208
@@ -1,7 +1,7 @@
 /* ============================================================
  * Author: Renchi Raju <renchi at pooh.tam.uiuc.edu>
  * Date  : 2004-09-16
- * Description : 
+ * Description : Camera interface dialog
  * 
  * Copyright 2004-2005 by Renchi Raju
  * Copyright 2006 by Gilles Caulier



More information about the Digikam-devel mailing list