You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/opcion/files/opcion-1.1.1-fix-source.patch

16 lines
408 B

--- FontViewer/components/AAToggleButton.java 2007-04-29 12:20:16.000000000 +0200
+++ FontViewer/components/AAToggleButton.java 2007-04-29 12:10:53.000000000 +0200
@@ -38,7 +38,11 @@
this.setToolTipText(fname + " (" + floc + ")");
}
- public String getFName() {
+ public AAToggleButton(String s) {
+ super(s);
+ }
+
+ public String getFName() {
return fname;
}