MS
This commit is contained in:
@@ -3,8 +3,8 @@ Imports DevExpress.XtraBars.Ribbon
|
||||
|
||||
Namespace SQLEditor
|
||||
Public Class Placeholders
|
||||
Public Const AUTO_INDEX_ZOOFLOW = "ATTR_M"
|
||||
Public Const MAN_INDEX_ZOOFLOW = "ATTR_A"
|
||||
Public Const AUTO_INDEX_ZOOFLOW = "ATTR_A"
|
||||
Public Const MAN_INDEX_ZOOFLOW = "ATTR_M"
|
||||
|
||||
Public Function GetInternalPlaceholders() As GalleryItemGroup
|
||||
Dim oModule = "INT"
|
||||
@@ -58,7 +58,7 @@ Namespace SQLEditor
|
||||
Dim oPrefix As String = pPrefix
|
||||
|
||||
If oPrefix Is Nothing Then
|
||||
oPrefix = AUTO_INDEX_ZOOFLOW
|
||||
oPrefix = MAN_INDEX_ZOOFLOW
|
||||
End If
|
||||
|
||||
If pPlaceholders.Count > 0 Then
|
||||
|
||||
Reference in New Issue
Block a user