News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Update copyright date in start_here page

Started by Loaden, April 22, 2010, 07:21:17 AM

Previous topic - Next topic

Loaden

Index: src/src/resources/start_here/start_here.html

===================================================================

--- src/src/resources/start_here/start_here.html (revision 6204)

+++ src/src/resources/start_here/start_here.html (working copy)

@@ -40,7 +40,7 @@

           <td>CB_VAR_RECENT_FILES_AND_PROJECTS</td>
         </tr>
       </table>
-      <hr>&copy; 2004 - 2009, The <a href="http://www.codeblocks.org/">Code::Blocks</a> Team.
+      <hr>&copy; 2004 - 2010, The <a href="http://www.codeblocks.org/">Code::Blocks</a> Team.
     </div>
   </body>
</html>

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]