Index: /trunk/src/org/openstreetmap/josm/actions/AboutAction.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/actions/AboutAction.java	(revision 1985)
+++ /trunk/src/org/openstreetmap/josm/actions/AboutAction.java	(revision 1986)
@@ -58,12 +58,11 @@
         URL u = Main.class.getResource("/REVISION");
         if(u == null) {
-            //            try {
-            manifest = true;
-            //                u = new URL("jar:" + Main.class.getProtectionDomain().getCodeSource().getLocation().toString()
-            //                        + "!/META-INF/MANIFEST.MF");
-            u = Main.class.getResource("/META-INF/MANIFEST.MF");
-            //            } catch (MalformedURLException e) {
-            //                e.printStackTrace();
-            //            }
+            try {
+                manifest = true;
+                u = new URL("jar:" + Main.class.getProtectionDomain().getCodeSource().getLocation().toString()
+                    + "!/META-INF/MANIFEST.MF");
+            } catch (MalformedURLException e) {
+                e.printStackTrace();
+            }
         }
         revision = loadFile(u, manifest);
