summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-12-13 21:56:44 +0100
committermkanat%bugzilla.org <>2009-12-13 21:56:44 +0100
commit9d11a0d5090509137c1e94942159dcfe59fc61d9 (patch)
tree26bcba5b9ebe915f4383d2d799d3d62f275e94ed /Bugzilla/Constants.pm
parent63b76161d5c839fe1922eeb4e762b7dece1daa4a (diff)
downloadbugzilla-9d11a0d5090509137c1e94942159dcfe59fc61d9.tar.gz
bugzilla-9d11a0d5090509137c1e94942159dcfe59fc61d9.tar.xz
Bug 526734: Allow localization of the "From update of attachment" string in comments
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index e052d2ecb..a9340543b 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -93,6 +93,7 @@ use File::Basename;
CMT_POPULAR_VOTES
CMT_MOVED_TO
CMT_ATTACHMENT_CREATED
+ CMT_ATTACHMENT_UPDATED
THROW_ERROR
@@ -282,6 +283,7 @@ use constant CMT_HAS_DUPE => 2;
use constant CMT_POPULAR_VOTES => 3;
use constant CMT_MOVED_TO => 4;
use constant CMT_ATTACHMENT_CREATED => 5;
+use constant CMT_ATTACHMENT_UPDATED => 6;
# Determine whether a validation routine should return 0 or throw
# an error when the validation fails.