Skip to content

Commit

Permalink
Merge pull request #84 from ryuslash/81-invalid-xpm-file-ivyxpm
Browse files Browse the repository at this point in the history
fix xpms
  • Loading branch information
mattfidler authored Sep 11, 2023
2 parents a5f978e + 933d597 commit 931250e
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion icons/autohotkey.xpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char * e:\EmacsPortable_App\Data\src\mode_icons\icons\autohotkey_xpm[] = {
static char * autohotkey_xpm[] = {
"16 16 154 2",
" c None",
". c #78B178",
Expand Down
2 changes: 1 addition & 1 deletion icons/bibtex.xpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char * e:\EmacsPortable_App\Data\src\mode_icons\icons\bibtex_xpm[] = {
static char * bibtex_xpm[] = {
"16 16 7 1",
" c #FFFFFF",
". c #EDEBEE",
Expand Down
2 changes: 1 addition & 1 deletion icons/cmd.xpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char * d:\EmacsPortable_App\Data\src\mode_icons\icons\cmd_xpm[] = {
static char * cmd_xpm[] = {
"16 16 27 1",
" g None",
". g #FFFFFF",
Expand Down
2 changes: 1 addition & 1 deletion icons/cygwin.xpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char * d:\EmacsPortable_App\Data\src\mode_icons\icons\cygwin_xpm[] = {
static char * cygwin_xpm[] = {
"16 16 3 1",
" c None",
". c #000000",
Expand Down
2 changes: 1 addition & 1 deletion icons/golden.xpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char * e:\EmacsPortable_App\Data\src\mode_icons\icons\golden_xpm[] = {
static char * golden_xpm[] = {
"25 16 84 1",
" c None",
". c #000000",
Expand Down
2 changes: 1 addition & 1 deletion icons/helm.xpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char * C:\tmp\EmacsPortable_App\Data\src\mode_icons\icons\helm_xpm[] = {
static char * helm_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
Expand Down
2 changes: 1 addition & 1 deletion icons/icy.xpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char * e:\EmacsPortable_App\Data\src\mode_icons\icons\icy_xpm[] = {
static char * icy_xpm[] = {
"18 16 88 1",
" c None",
". c #777C80",
Expand Down
2 changes: 1 addition & 1 deletion icons/ivy.xpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char * c:\EmacsPortable_App\Data\src\mode_icons\icons\ivy_xpm[] = {
static char * ivy_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
Expand Down
2 changes: 1 addition & 1 deletion icons/msys.xpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char * d:\EmacsPortable_App\Data\src\mode_icons\icons\msys_xpm[] = {
static char * msys_xpm[] = {
"16 16 127 2",
" c None",
". c #7A536A",
Expand Down
2 changes: 1 addition & 1 deletion icons/octave.xpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char * e:\EmacsPortable_App\Data\src\mode_icons\icons\octave_xpm[] = {
static char * octave_xpm[] = {
"16 16 79 1",
" c None",
". c #48BBD8",
Expand Down
2 changes: 1 addition & 1 deletion icons/powershell.xpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char * d:\EmacsPortable_App\Data\src\mode_icons\icons\powershell_xpm[] = {
static char * powershell_xpm[] = {
"16 16 178 2",
" c None",
". c #13B5D8",
Expand Down
2 changes: 1 addition & 1 deletion icons/rainbow.xpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char * E:\EmacsPortable_App\Data\src\mode_icons\icons\rainbow_xpm[] = {
static char * rainbow_xpm[] = {
"16 16 143 2",
" c None",
". c #9243C2",
Expand Down
2 changes: 1 addition & 1 deletion icons/sas.xpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char * E:\EmacsPortable_App\Data\src\mode_icons\icons\sas_xpm[] = {
static char * sas_xpm[] = {
"15 16 87 1",
" c None",
". c #6095CB",
Expand Down

0 comments on commit 931250e

Please sign in to comment.