~ubuntu-branches/ubuntu/karmic/isomaster/karmic

« back to all changes in this revision

Viewing changes to bk/bkError.h

  • Committer: Bazaar Package Importer
  • Author(s): David Johnson
  • Date: 2007-12-18 21:11:57 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218211157-xwhlx6o2r7d0en9q
Tags: 1.3-1
* New upstream release
* Update to standards version 3.7.3
* Fix watch file for rc filename variations

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
#define BKERROR_DUPLICATE_RENAME_TEXT            "Cannot rename item because another file or directory with the same name exists"
117
117
#define BKERROR_GET_PERM_BAD_PARAM               -1051
118
118
#define BKERROR_GET_PERM_BAD_PARAM_TEXT          "bk_get_permissions() called with NULL mode_t*"
 
119
#define BKERROR_EDITED_EXTRACT_TOO_BIG           -1052
 
120
#define BKERROR_EDITED_EXTRACT_TOO_BIG_TEXT      "You edited the file and it's now too big for the .iso format to handle, so can't extract it"
 
121
#define BKERROR_EDITED_WRITE_TOO_BIG             -1053
 
122
#define BKERROR_EDITED_WRITE_TOO_BIG_TEXT        "You edited the file and it's now too big for the .iso format to handle, so can't write it"
119
123
 
120
124
#define BKWARNING_OPER_PARTLY_FAILED             -10001
121
125
#define BKWARNING_OPER_PARTLY_FAILED_TEXT        "Operation was only partially successful or perhaps completely unsuccessful"