]> git.sur5r.net Git - bacula/bacula/commitdiff
Final changes
authorKern Sibbald <kern@sibbald.com>
Mon, 26 Apr 2004 06:45:01 +0000 (06:45 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 26 Apr 2004 06:45:01 +0000 (06:45 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1306 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kernstodo
bacula/src/win32/winbacula.nsi.in

index 6ebe117daa6b0b1927aac9ae7b2318885d67ba35..34db384b9153fd257715d105936a28636b87f4d2 100644 (file)
@@ -43,6 +43,8 @@ For 1.33 Testing/Documentation:
 
 
 For version 1.35:
+- When unmarking a directory check if all files below are unmarked and
+  then remove the + flag -- in the restore tree.
 - Possibly implement: Action = Unmount Device="TapeDrive1" in Admin jobs.
 - Setup lrrd graphs: (http://www.linpro.no/projects/lrrd/) Mike Acar.
 - Revisit the question of multiple Volumes (disk) on a single device.
index 98358b60780eea07dc1c694f542331ae4b0ea6be..34086b3136b09a126e789a1c5c6428e3138f93fb 100755 (executable)
@@ -193,7 +193,7 @@ SectionEnd
   LangString DESC_SecService ${LANG_ENGLISH} "Install Bacula client on this system."
   LangString DESC_SecConsole ${LANG_ENGLISH} "Install Console program on this system."
   LangString DESC_SecWxConsole ${LANG_ENGLISH} "Install graphical console program on this system."
-  LangString DESC_SecDoc ${LANG_ENGLISH} "Install Documenation on this system."
+  LangString DESC_SecDoc ${LANG_ENGLISH} "Install Documentation on this system."
 
   !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
     !insertmacro MUI_DESCRIPTION_TEXT ${SecService} $(DESC_SecService)