aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-08-24 16:58:57 (GMT)
committerPaul Tagliamonte <paultag@fluxbox.org>2012-04-07 02:13:14 (GMT)
commitb30a7a63368caf73587f96fee5016d89e919ffcf (patch)
tree2f94f66f102c44946dd2e7d0cd4b58e52f7a9260
parentfca1b5bd9a2ec1761b0d9f34e886347d0677fbff (diff)
downloadfluxbox_paul-b30a7a63368caf73587f96fee5016d89e919ffcf.zip
fluxbox_paul-b30a7a63368caf73587f96fee5016d89e919ffcf.tar.bz2
Add missing translation entry
-rw-r--r--nls/C/Translation.m4
-rw-r--r--nls/fluxbox-nls.hh3
2 files changed, 7 insertions, 0 deletions
diff --git a/nls/C/Translation.m b/nls/C/Translation.m
index 8d4c46f..35a7f49 100644
--- a/nls/C/Translation.m
+++ b/nls/C/Translation.m
@@ -291,3 +291,7 @@ $set 20 #layers
291$set 21 #FbCommands 291$set 21 #FbCommands
292 292
2931 Failed to load menu file '%s': %s 2931 Failed to load menu file '%s': %s
294
295$set 22 #Update
296
2971 Loading resources from:
diff --git a/nls/fluxbox-nls.hh b/nls/fluxbox-nls.hh
index a0aefc8..6e77b78 100644
--- a/nls/fluxbox-nls.hh
+++ b/nls/fluxbox-nls.hh
@@ -260,6 +260,9 @@ enum {
260 FbCommandsSet = 21, 260 FbCommandsSet = 21,
261 FbCommandsCantLoadMenu = 1, 261 FbCommandsCantLoadMenu = 1,
262 262
263 UpdateSet = 22,
264 UpdateLoading = 1,
265
263 dummy_not_used = 0 // just for the end 266 dummy_not_used = 0 // just for the end
264 267
265}; // end enum 268}; // end enum