Only use gamma correction on R,G,B & Y, and only when it's turned on!
[synfig.git] / synfig-studio / trunk / src / gtkmm / main.cpp
index 3b48cf6..5f5933b 100644 (file)
@@ -1,8 +1,8 @@
 /* === S Y N F I G ========================================================= */
-/*!    \file main.cpp
+/*!    \file gtkmm/main.cpp
 **     \brief Synfig Studio Entrypoint
 **
-**     $Id: main.cpp,v 1.2 2005/01/13 18:37:30 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -116,7 +116,7 @@ int main(int argc, char **argv)
                throw;
        }
 
-       std::cerr<<"Application appears to have terminated successfuly"<<std::endl;
+       std::cerr<<"Application appears to have terminated successfully"<<std::endl;
 
        return 0;
 }