]> Dogcows Code - chaz/openbox/blobdiff - src/main.cc
rename, remove bullshit. ya
[chaz/openbox] / src / main.cc
index f192c0a191fe4f771e38f4cee57a52dfba9390aa..f672eb23f77b7c5305e9277cb3ea0c469b596d26 100644 (file)
@@ -52,7 +52,6 @@ extern "C" {
 #include <string>
 using std::string;
 
-#include "i18n.hh"
 #include "blackbox.hh"
 
 
@@ -69,7 +68,7 @@ static void showHelp(int exitval) {
               "  -menu <string>\t\tuse alternate menu file.\n"
               "  -version\t\t\tdisplay version and exit.\n"
               "  -help\t\t\t\tdisplay this help text and exit.\n\n"),
-         __openbox_version);
+         OPENBOX_VERSION);
 
   // some people have requested that we print out compile options
   // as well
@@ -172,7 +171,7 @@ int main(int argc, char **argv) {
       printf("Openbox %s : (c) 2002 - 2002 Ben Jansens\n"
              "                    2001 - 2002 Sean 'Shaleh' Perry\n"
              "                    1997 - 2000, 2002 Brad Hughes\n\n",
-             __openbox_version);
+             OPENBOX_VERSION);
 
       ::exit(0);
     } else if (! strcmp(argv[i], "-help")) {
This page took 0.023586 seconds and 4 git commands to generate.