Skip to content

Commit 7bde809

Browse files
rolling back changes
1 parent eef48ad commit 7bde809

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Src/SamplesByPlatforms/Xceed.Console.Words.Sample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void GenerateTableDocument()
122122
static void DisplayMenu()
123123
{
124124
Console.WriteLine( "Choose an option:".Pastel( "#FE671A" ) );
125-
Console.WriteLine( "1 - (Changed)To export a document with simple data (3 pages with a normal text inside).".Pastel( "#FE671A" ) );
125+
Console.WriteLine( "1 - To export a document with simple data (3 pages with a normal text inside).".Pastel( "#FE671A" ) );
126126
Console.WriteLine( "2 - To export a document with a numbered list and bulleted list.".Pastel( "#FE671A" ) );
127127
Console.WriteLine( "3 - To export a document with a table.".Pastel( "#FE671A" ) );
128128
Console.WriteLine( "0 - Exit".Pastel( "#FE671A" ) );

Src/SamplesByPlatforms/Xceed.WinForm.Words.Sample/Form1.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Src/SamplesByPlatforms/Xceed.Wpf.Words.Sample/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<Button Name="btnGenerateSimpleDoc"
2323
Background="#FE671A"
2424
Foreground="White"
25-
Content="(change)Generate Simple document"
25+
Content="Generate Simple document"
2626
Width="200"
2727
Height="50"
2828
Margin="10"

0 commit comments

Comments
 (0)