fdo#54542 fix start of table wizard IDs

Change-Id: I82f811d45333b5b9ee4ecccccf8b18831f0e6397
This commit is contained in:
Julien Nabet
2012-09-10 21:32:29 +02:00
committed by Andras Timar
parent 7017654a70
commit 304247bbfd
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ public interface UIConsts
public static final int RID_FORM = 2200;
public static final int RID_QUERY = 2300;
public static final int RID_REPORT = 2400;
public static final int RID_TABLE = 2500;
public static final int RID_TABLE = 2600;
public static final int RID_IMG_REPORT = 1000;
public static final int RID_IMG_FORM = 1100;
public static final int RID_IMG_WEB = 1200;

View File

@@ -22,7 +22,7 @@ class UIConsts():
RID_FORM = 2200
RID_QUERY = 2300
RID_REPORT = 2400
RID_TABLE = 2500
RID_TABLE = 2600
RID_IMG_REPORT = 1000
RID_IMG_FORM = 1100
RID_IMG_WEB = 1200

View File

@@ -24,7 +24,7 @@
#define RID_DB_FORM_WIZARD_START 2200
#define RID_DB_QUERY_WIZARD_START 2300
#define RID_DB_REPORT_WIZARD_START 2400
#define RID_DB_TABLE_WIZARD_START 2525
#define RID_DB_TABLE_WIZARD_START 2600
#define RID_LETTERWIZARDDIALOG_START 3000