Author: mbosma
Date: Thu May 10 20:54:52 2007
New Revision: 26676
URL:
http://svn.reactos.org/svn/reactos?rev=26676&view=rev
Log:
Proper color names.
Modified:
trunk/tools/RosBE-Windows/Tools/config/options.c
trunk/tools/RosBE-Windows/Tools/config/todo.txt
Modified: trunk/tools/RosBE-Windows/Tools/config/options.c
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Tools/config/o…
==============================================================================
--- trunk/tools/RosBE-Windows/Tools/config/options.c (original)
+++ trunk/tools/RosBE-Windows/Tools/config/options.c Thu May 10 20:54:52 2007
@@ -24,9 +24,9 @@
#include "resources.h"
// note: do not change the order - theses are the color under winxp they might differ in
another OSes
-WCHAR* Colors[] = { L"black", L"dark blue", L"green",
L"turquoise", L"dark red", L"violett",
- L"olive", L"light grey", L"dark grey",
L"light blue", L"light green",
- L"don't know what this color is called", L"light red",
L"pink", L"yellow", L"white" };
+WCHAR* Colors[] = { L"black", L"dark blue", L"green",
L"turquoise", L"dark red", L"purple",
+ L"ochar", L"light grey", L"dark grey",
L"light blue", L"light green",
+ L"cyan", L"light red", L"magenta",
L"yellow", L"white" };
int WriteSettings (HWND hwnd)
{
Modified: trunk/tools/RosBE-Windows/Tools/config/todo.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Tools/config/t…
==============================================================================
--- trunk/tools/RosBE-Windows/Tools/config/todo.txt (original)
+++ trunk/tools/RosBE-Windows/Tools/config/todo.txt Thu May 10 20:54:52 2007
@@ -1,11 +1,9 @@
ToDo:
+- Fix control size / positions
- Load old settings
- Disable Save button if there are no changes
-- Check Log path before saving
+- Check validity of log path before saving
- Exe and dialog icon
-- Fix control size / positions
- Use styled controls (uxtheme) for dialog
-- Find out how to disable
-- Font preview
-- ;abye cool logo as Bitmap
-- find out the name of color 0xB
+- Find out how to disable ... button
+- Font preview