]> Dogcows Code - chaz/openbox/blobdiff - src/main.cc
fix bug where destroying the wrong windows in BlackboxWindow::positionButtons.
[chaz/openbox] / src / main.cc
index 6b563a3fc2c2800e0b888b9d9761967867691516..03576905477bfdc0306d56463ae66f916a944b5e 100644 (file)
@@ -169,8 +169,9 @@ int main(int argc, char **argv) {
       }
     } else if (! strcmp(argv[i], "-version")) {
       // print current version string
-      printf("Blackbox %s : (c) 2001 - 2002 Sean 'Shaleh' Perry\n",
-             "\t\t\t   1997 - 2000 Brad Hughes\n"
+      printf("Openbox %s : (c) 2002 - 2002 Ben Jansens\n"
+             "                    2001 - 2002 Sean 'Shaleh' Perry\n"
+             "                    1997 - 2000, 2002 Brad Hughes\n\n",
              __openbox_version);
 
       ::exit(0);
This page took 0.022271 seconds and 4 git commands to generate.