Skip to content

Commit

Permalink
BinaryData 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fbecir committed Nov 12, 2024
1 parent 2cc1d5f commit 5f5279d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified IGNMap/Builds/LinuxMakefile/build/IGNMap
Binary file not shown.
4 changes: 2 additions & 2 deletions IGNMap/JuceLibraryCode/BinaryData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3266,7 +3266,7 @@ static const unsigned char temp_binary_data_16[] =
"\"Translate\" = \"Traduire\"\r\n"
"\"Preferences\" = \"Pr\xc3\xa9""f\xc3\xa9rences\"\r\n"
"\"Application settings\" = \"Pr\xc3\xa9""f\xc3\xa9rences de l'application\"\r\n"
"\"Move ; Shift : select ; Ctrl : zoom\" = \"D\xc3\xa9placement ; Shift : s\xc3\xa9lection ; Ctrl : zoom\"\r\n"
"\"Move ; Shift : select ; Ctrl : zoom ; Alt : target\" = \"D\xc3\xa9placement ; Shift : s\xc3\xa9lection ; Ctrl : zoom ; Alt : cible\"\r\n"
"\"Select one or several objects\" = \"S\xc3\xa9lection d'un ou plusieurs objets\"\r\n"
"\"GSD of the view\" = \"R\xc3\xa9solution de la vue\"\r\n"
"\"Search\" = \"Recherche\"\r\n"
Expand Down Expand Up @@ -3392,7 +3392,7 @@ const char* getNamedResource (const char* resourceNameUTF8, int& numBytes)
case 0xc80d2c37: numBytes = 612; return Text_png;
case 0x4b26a5af: numBytes = 1279; return View_png;
case 0x389447dd: numBytes = 6752; return Zoom_png;
case 0x6c6745eb: numBytes = 5142; return Translation_fr_txt;
case 0x6c6745eb: numBytes = 5171; return Translation_fr_txt;
default: break;
}

Expand Down
2 changes: 1 addition & 1 deletion IGNMap/JuceLibraryCode/BinaryData.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace BinaryData
const int Zoom_pngSize = 6752;

extern const char* Translation_fr_txt;
const int Translation_fr_txtSize = 5142;
const int Translation_fr_txtSize = 5171;

// Number of elements in the namedResourceList and originalFileNames arrays.
const int namedResourceListSize = 17;
Expand Down

0 comments on commit 5f5279d

Please sign in to comment.