Skip to content

Commit 0abd6c3

Browse files
test
1 parent 2aa8464 commit 0abd6c3

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.idea/vcs.xml

-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/com/tech/app/windows/MainWindow.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
public class MainWindow extends Window {
1919

2020
public MainWindow(int width, int height) throws UnsupportedLookAndFeelException {
21-
super("Fenetre principale - RDP - " + FUtils.OS.getOs(), width, height, true, true);
21+
super("Java_RDP - " + FUtils.OS.getOs(), width, height, true, true);
2222
UIManager.setLookAndFeel(new MetalLookAndFeel());
2323
setWindowHandler(new MainWindowHandler(this));
2424
build();

0 commit comments

Comments
 (0)