Skip to content

Commit 2be16f8

Browse files
committed
add welcome message
1 parent 10119d1 commit 2be16f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rufus.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2053,6 +2053,7 @@ static void InitDialog(HWND hDlg)
20532053
uprintf(timestamp);
20542054
}
20552055
}
2056+
uprintf("Welcome to the Reliable USB Formatting Utility!");
20562057
uprintf(APPLICATION_NAME " " APPLICATION_ARCH " v%d.%d.%d%s%s", rufus_version[0], rufus_version[1], rufus_version[2],
20572058
IsAlphaOrBeta(), (ini_file != NULL)?"(Portable)": (appstore_version ? "(AppStore version)" : ""));
20582059
// Display a notice if running x86 emulation on ARM

0 commit comments

Comments
 (0)