- fix funny typo

This commit is contained in:
svenhoefer
2017-03-03 09:52:57 +01:00
parent a9a09541e0
commit 8862ef621b
5 changed files with 9 additions and 9 deletions

View File

@@ -28,8 +28,8 @@
#include <gui/components/cc.h>
#include "menue.h"
#define PW_MIN_WIDTH CCW_PERCENATL 50 //%
#define PW_MIN_HEIGHT CCW_PERCENATL 20 //%
#define PW_MIN_WIDTH CCW_PERCENT 50
#define PW_MIN_HEIGHT CCW_PERCENT 20
class CProgressWindow : public CComponentsWindow, public CMenuTarget
{