Advertisement
Guest User

Untitled

a guest
Apr 1st, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. static char __module_string_a_name [] MODULE_STRINGS_SECTION = "Name";
  2. static char __module_string_a_value[] MODULE_STRINGS_SECTION = "Expose To The Right";
  3. static char __module_string_b_name [] MODULE_STRINGS_SECTION = "Author";
  4. static char __module_string_b_value[] MODULE_STRINGS_SECTION = "a1ex";
  5. static char __module_string_c_name [] MODULE_STRINGS_SECTION = "License";
  6. static char __module_string_c_value[] MODULE_STRINGS_SECTION = "GPL";
  7. static char __module_string_d_name [] MODULE_STRINGS_SECTION = "Summary";
  8. static char __module_string_d_value[] MODULE_STRINGS_SECTION = "Expose To The Right - auto exposure that minimizes noise";
  9. static char __module_string_e_name [] MODULE_STRINGS_SECTION = "Forum";
  10. static char __module_string_e_value[] MODULE_STRINGS_SECTION = "http://www.magiclantern.fm/forum/index.php?topic=5693.0";
  11. static char __module_string_f_name [] MODULE_STRINGS_SECTION = "Description";
  12. static char __module_string_f_value[] MODULE_STRINGS_SECTION = "";
  13. static char __module_string_g_name [] MODULE_STRINGS_SECTION = "Last update";
  14. static char __module_string_g_value[] MODULE_STRINGS_SECTION =
  15. "ce2ffe1 on 2014-03-09 20:58:57 UTC by a1ex:\n"
  16. "ETTR: fine-tuned printf's\n"
  17. ;
  18. static char __module_string_h_name [] MODULE_STRINGS_SECTION = "Build date";
  19. static char __module_string_h_value[] MODULE_STRINGS_SECTION = "2014-04-01 05:54:01 UTC";
  20. static char __module_string_i_name [] MODULE_STRINGS_SECTION = "Build user";
  21. static char __module_string_i_value[] MODULE_STRINGS_SECTION = "magiclantern@magiclantern-VirtualBox";
  22.  
  23. MODULE_STRINGS_START()
  24. MODULE_STRING(__module_string_a_name, __module_string_a_value)
  25. MODULE_STRING(__module_string_b_name, __module_string_b_value)
  26. MODULE_STRING(__module_string_c_name, __module_string_c_value)
  27. MODULE_STRING(__module_string_d_name, __module_string_d_value)
  28. MODULE_STRING(__module_string_e_name, __module_string_e_value)
  29. MODULE_STRING(__module_string_f_name, __module_string_f_value)
  30. MODULE_STRING(__module_string_g_name, __module_string_g_value)
  31. MODULE_STRING(__module_string_h_name, __module_string_h_value)
  32. MODULE_STRING(__module_string_i_name, __module_string_i_value)
  33. MODULE_STRINGS_END()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement