Skip to content

Commit 684d885

Browse files
committed
little minor (p -> P)
1 parent 7f923d5 commit 684d885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/tech/app/windows/panels/DrawPanel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public void clearAll() {
161161

162162
/* Ajouter une place au système */
163163
public void addPlace(double x, double y){
164-
model.addPlace(new Place("p" + idPlace, x, y));
164+
model.addPlace(new Place("P" + idPlace, x, y));
165165
this.idPlace++;
166166
repaint();
167167
}

0 commit comments

Comments
 (0)