Changeset 3487003f06 in tspsg
- Timestamp:
- Apr 18, 2011, 2:44:34 AM (14 years ago)
- Branches:
- 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- b5a996bd47
- Parents:
- 03df0acb95
- git-author:
- Oleksii Serdiuk <contacts@…> (04/18/11 02:44:34)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:45:59)
- Files:
-
- 1 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doxygen.conf
r03df0acb95 r3487003f06 203 203 204 204 ALIASES = "hack=\xrefitem hacks \"Hack\" \"Hack List\"" 205 ALIASES += "ticket{2}=<a href=\"http://bugs.tspsg.info/ticket/\1\">\2</a>" 205 206 206 207 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C … … 1351 1352 # is run, you must also specify the path to the tagfile here. 1352 1353 1353 TAGFILES = docs/qt-4. 6.tag=http://doc.trolltech.com/4.61354 TAGFILES = docs/qt-4.7.tag=http://doc.trolltech.com/4.7 1354 1355 1355 1356 # When a file name is specified after GENERATE_TAGFILE, doxygen will create -
l10n/tspsg_en.ts
r03df0acb95 r3487003f06 339 339 <location filename="../src/mainwindow.cpp" line="150"/> 340 340 <source>Would you like %1 to automatically check for updates every %n day(s)?</source> 341 <translation type="unfinished">341 <translation> 342 342 <numerusform>Would you like %1 to automatically check for updates every %n day?</numerusform> 343 343 <numerusform>Would you like %1 to automatically check for updates every %n days?</numerusform> -
src/defaults.h
r03df0acb95 r3487003f06 115 115 116 116 #ifndef QT_NO_PRINTER 117 //! Default page size for printing 117 118 # define DEF_PAGE_SIZE QPrinter::A4 119 //! Default page orientation for printing 118 120 # define DEF_PAGE_ORIENTATION QPrinter::Portrait 121 //! Default left page margin for printing 119 122 # define DEF_MARGIN_LEFT 25 123 //! Default top page margin for printing 120 124 # define DEF_MARGIN_TOP 15 125 //! Default right page margin for printing 121 126 # define DEF_MARGIN_RIGHT DEF_MARGIN_TOP 127 //! Default bottom page margin for printing 122 128 # define DEF_MARGIN_BOTTOM DEF_MARGIN_TOP 123 129 #endif
Note: See TracChangeset
for help on using the changeset viewer.