Skip to content

Commit 7ac56cc

Browse files
DinahK-2SOCopilot
andauthored
Update Samples/StoragePickers/cpp-sample/MainWindow.xaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9881f2d commit 7ac56cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/StoragePickers/cpp-sample/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<!-- SuggestedFolder Tests -->
126126
<StackPanel Style="{StaticResource TestGroupStyle}">
127127
<CheckBox x:Name="SuggestedFolderCheckBox" Content="Set SuggestedFolder"/>
128-
<TextBox x:Name="SuggestedFolderInput" PlaceholderText="Enter default extension" Text='C:\Temp'/>
128+
<TextBox x:Name="SuggestedFolderInput" PlaceholderText="Enter folder path" Text='C:\Temp'/>
129129
</StackPanel>
130130
</StackPanel>
131131

0 commit comments

Comments
 (0)