mirror of
https://github.com/fadden/6502bench.git
synced 2025-03-29 01:34:13 +00:00
Rename button text
This commit is contained in:
parent
df2f3803f4
commit
76efbcfcbe
@ -307,7 +307,7 @@ other people, but also acts as a minor security check, to prevent a
|
|||||||
wayward project from trying to open files it shouldn't.</p>
|
wayward project from trying to open files it shouldn't.</p>
|
||||||
<p>Click one of the "Add Symbol Files" buttons to include one or more
|
<p>Click one of the "Add Symbol Files" buttons to include one or more
|
||||||
symbol files in the project.
|
symbol files in the project.
|
||||||
The "Add Symbol Files from Platform" button sets the directory
|
The "Add Symbol Files from Runtime" button sets the directory
|
||||||
to the SourceGen RuntimeData directory, while "Add Symbol Files from Project"
|
to the SourceGen RuntimeData directory, while "Add Symbol Files from Project"
|
||||||
starts in the project directory. If you haven't yet saved the project,
|
starts in the project directory. If you haven't yet saved the project,
|
||||||
the latter button will be disabled. The only difference between the
|
the latter button will be disabled. The only difference between the
|
||||||
@ -330,7 +330,7 @@ is mostly to keep things manageable when projects are distributed to
|
|||||||
other people, but also acts as a minor security check, to prevent a
|
other people, but also acts as a minor security check, to prevent a
|
||||||
wayward project from trying to open files it shouldn't.</p>
|
wayward project from trying to open files it shouldn't.</p>
|
||||||
<p>Click one of the "Add Scripts" buttons to include one more scripts in
|
<p>Click one of the "Add Scripts" buttons to include one more scripts in
|
||||||
the project. The "Add Scripts from Platform" button sets the directory
|
the project. The "Add Scripts from Runtime" button sets the directory
|
||||||
to the SourceGen RuntimeData directory, while "Add Scripts from Project"
|
to the SourceGen RuntimeData directory, while "Add Scripts from Project"
|
||||||
starts in the project directory. If you haven't yet saved the project,
|
starts in the project directory. If you haven't yet saved the project,
|
||||||
the latter button will be disabled. The only difference between the
|
the latter button will be disabled. The only difference between the
|
||||||
|
@ -215,7 +215,7 @@ limitations under the License.
|
|||||||
|
|
||||||
<StackPanel Grid.Column="0" Grid.Row="2" Grid.ColumnSpan="2" Orientation="Horizontal">
|
<StackPanel Grid.Column="0" Grid.Row="2" Grid.ColumnSpan="2" Orientation="Horizontal">
|
||||||
<Button Width="200" Margin="4"
|
<Button Width="200" Margin="4"
|
||||||
Content="Add Symbol Files from Platform..."
|
Content="Add Symbol Files from Runtime..."
|
||||||
Click="AddSymbolFilesPlatformButton_Click"/>
|
Click="AddSymbolFilesPlatformButton_Click"/>
|
||||||
<Button Width="200" Margin="4"
|
<Button Width="200" Margin="4"
|
||||||
Content="Add Symbol Files from Project..."
|
Content="Add Symbol Files from Project..."
|
||||||
@ -257,7 +257,7 @@ limitations under the License.
|
|||||||
|
|
||||||
<StackPanel Grid.Column="0" Grid.Row="3" Grid.ColumnSpan="2" Orientation="Horizontal">
|
<StackPanel Grid.Column="0" Grid.Row="3" Grid.ColumnSpan="2" Orientation="Horizontal">
|
||||||
<Button Width="200" Margin="4"
|
<Button Width="200" Margin="4"
|
||||||
Content="Add Scripts from Platform..."
|
Content="Add Scripts from Runtime..."
|
||||||
Click="AddExtensionScriptsPlatformButton_Click"/>
|
Click="AddExtensionScriptsPlatformButton_Click"/>
|
||||||
<Button Width="200" Margin="4"
|
<Button Width="200" Margin="4"
|
||||||
Content="Add Scripts from Project..."
|
Content="Add Scripts from Project..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user