Author: ilor
Date: Sun Aug 17 20:18:35 2008
New Revision: 28686

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28686&view=rev
Log:
editor report tweak

Modified:
    trunk/src/generate_report.cpp
    trunk/src/reports.hpp

Modified: trunk/src/generate_report.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/generate_report.cpp?rev=28686&r1=28685&r2=28686&view=diff
==============================================================================
--- trunk/src/generate_report.cpp (original)
+++ trunk/src/generate_report.cpp Sun Aug 17 20:18:35 2008
@@ -577,10 +577,6 @@
                        return report();
                }
        }
-       case EDITOR2_TOOL_HINT: {
-               str << "FIXME"; //FIXME: editor status(?)
-               break;
-       }
        default:
                assert(false);
                break;

Modified: trunk/src/reports.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/reports.hpp?rev=28686&r1=28685&r2=28686&view=diff
==============================================================================
--- trunk/src/reports.hpp (original)
+++ trunk/src/reports.hpp Sun Aug 17 20:18:35 2008
@@ -36,7 +36,7 @@
                    EDIT_LEFT_BUTTON_FUNCTION, EDITOR2_TOOL_HINT, NUM_REPORTS};
 
        enum { UNIT_REPORTS_BEGIN=UNIT_NAME, UNIT_REPORTS_END=UNIT_PROFILE+1 };
-       enum { STATUS_REPORTS_BEGIN=TIME_OF_DAY, STATUS_REPORTS_END=NUM_REPORTS 
};
+       enum { STATUS_REPORTS_BEGIN=TIME_OF_DAY, 
STATUS_REPORTS_END=EDITOR2_TOOL_HINT };
 
        const std::string& report_name(TYPE type);
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to